CustomTimeZone.DaylightName Property

Gets the Daylight saving name for the current time zone

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property DaylightName As String
public override string DaylightName { get; }
public:
virtual property String^ DaylightName {
    String^ get () override;
}
abstract DaylightName : string with get 
override DaylightName : string with get
override function get DaylightName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CustomTimeZone Class

Microsoft.TeamFoundation.Common Namespace