DaylightTime::Start Property
.NET Framework (current version)
Gets the object that represents the date and time when the daylight saving period begins.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::DateTimeThe 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
Available since 1.1
Show: