DaylightTime::Start Property

 

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

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

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

Property Value

Type: System::DateTime

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

This property corresponds to the TimeZoneInfo::AdjustmentRule::DateStart 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 begins, the clock time is advanced by the number of ticks defined by the Delta property to take advantage of the extended daylight hours.

.NET Framework
Available since 1.1
Return to top
Show: