System.Globalization.DaylightTime.Start Property

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

Syntax

public DateTime Start { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

When the daylight saving period begins, the clock time is advanced by the number of ticks defined by the DaylightTime.Delta property to take advantage of the extended daylight hours.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0