System.Globalization.DaylightTime.Delta Property

Gets the time interval that represents the difference between standard time and daylight saving time.

Syntax

public TimeSpan Delta { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

If the property value is positive, at the start of daylight saving time, the clock time is advanced by the length of time specified by this property. At the end of daylight saving time, the clock time is set back by the length of time specified by this property. If the property value is negative, the clock time is set back at the start of daylight saving time and advanced at the end.

Requirements

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