DaylightTime Class

Definition

Defines the period of daylight saving time.

public ref class DaylightTime
public class DaylightTime
[System.Serializable]
public class DaylightTime
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class DaylightTime
type DaylightTime = class
[<System.Serializable>]
type DaylightTime = class
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type DaylightTime = class
Public Class DaylightTime
Inheritance
DaylightTime
Attributes

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.

Constructors

DaylightTime(DateTime, DateTime, TimeSpan)

Initializes a new instance of the DaylightTime class with the specified start, end, and time difference information.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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)

Applies to

See also