DaylightTime Class
Defines the period of daylight saving time.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
The DaylightTime type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DaylightTime | Initializes a new instance of the DaylightTime class with the specified start, end, and time difference information. |
| Name | Description | |
|---|---|---|
![]() ![]() | Delta | Gets the time interval that represents the difference between standard time and daylight saving time. |
![]() ![]() | End | Gets the object that represents the date and time when the daylight saving period ends. |
![]() ![]() | Start | Gets the object that represents the date and time when the daylight saving period begins. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Daylight saving time is a period during the year when the clock is advanced, usually by an hour, to take advantage of extended daylight hours. At the end of the period, the clock is set back to the standard time.
Caution |
|---|
The DaylightTime object returned by the TimeZone.GetDaylightChanges method recognizes only the time zone adjustment rule that is currently in effect, and ignores any previous adjustment rules for which the system has information. Instead, it applies the current adjustment rule backward in time to periods when it may not have been in effect. To retrieve information about all the known adjustment rules for a particular time zone, use the TimeZoneInfo.GetAdjustmentRules method. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
