Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the period of daylight saving time.
Inheritance Hierarchy
System. . :: . .Object
System.Globalization..::..DaylightTime
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DaylightTime
[SerializableAttribute]
public class DaylightTime
[SerializableAttribute]
public ref class DaylightTime
[<SerializableAttribute>]
type DaylightTime = class end
public class DaylightTime
The DaylightTime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DaylightTime | Initializes a new instance of the DaylightTime class with the specified start, end, and time difference information. |
Top
Properties
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. |
Top
Methods
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.) |
Top
Remarks
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.
Warning
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.
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.