Share via


TimeZone.DaylightName Property

Gets the daylight saving time zone name.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual abstract string DaylightName { get; }

Property Value

The daylight saving time zone name.

Remarks

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

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

TimeZone Class
TimeZone Members
System Namespace