DaylightTime.End Property

Definition

Gets the object that represents the date and time when the daylight saving period ends.

public:
 property DateTime End { DateTime get(); };
public DateTime End { get; }
member this.End : DateTime
Public ReadOnly Property End As DateTime

Property Value

The object that represents the date and time when the daylight saving period ends. The value is in local time.

Remarks

This property corresponds to the TimeZoneInfo.AdjustmentRule.DateEnd property. Generally, the TimeZoneInfo class is a more accurate source of information on time zone adjustments than the TimeZone and DaylightTime classes.

When the daylight saving period ends, the clock time is set back to standard time.

Applies to

See also