TimeZone.DaylightName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the daylight saving time zone name.
public:
abstract property System::String ^ DaylightName { System::String ^ get(); };
public abstract string DaylightName { get; }
member this.DaylightName : string
Public MustOverride ReadOnly Property DaylightName As String
Property Value
The daylight saving time zone name.
Remarks
If daylight saving time is not used in the time zone, an empty string ("") is returned.
The DaylightName property corresponds to the TimeZoneInfo.DaylightName property. Whenever possible, use the TimeZoneInfo.DaylightName property.