System.TimeZone.DaylightName Property

Gets the daylight saving time zone name.

Syntax

public abstract string DaylightName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If daylight saving time is not used in the time zone, an empty string ("") is returned.

The TimeZone.DaylightName property corresponds to the TimeZoneInfo.DaylightName property. Whenever possible, use the TimeZoneInfo.DaylightName property.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0