Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DaylightTime Class

Defines the period of daylight-saving time.

For a list of all members of this type, see DaylightTime Members.

System.Object
   System.Globalization.DaylightTime

[Visual Basic]
<Serializable>
Public Class DaylightTime
[C#]
[Serializable]
public class DaylightTime
[C++]
[Serializable]
public __gc class DaylightTime
[JScript]
public
   Serializable
class DaylightTime

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

Daylight-saving time is a period during the year when the time is advanced, usually by an hour, to take advantage of the extended daylight hours. At the end of the period, the time is set back to the standard time.

Requirements

Namespace: System.Globalization

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

Assembly: Mscorlib (in Mscorlib.dll)

See Also

DaylightTime Members | System.Globalization Namespace | DateTime | TimeSpan

Show:
© 2017 Microsoft