DaylightTime::End Property

 

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

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public:
property DateTime End {
	DateTime get();
}

Property Value

Type: System::DateTime

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

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.

.NET Framework
Available since 1.1
Return to top
Show: