DaylightTime.End Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.