Share via


DaylightTime Class

[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
Public method DaylightTime Initializes a new instance of the DaylightTime class with the specified start, end, and time difference information.

Top

Properties

  Name Description
Public property Delta Gets the time interval that represents the difference between standard time and daylight saving time.
Public property End Gets the object that represents the date and time when the daylight saving period ends.
Public property Start Gets the object that represents the date and time when the daylight saving period begins.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

System.Globalization Namespace