DaylightTime.Delta Property
Gets the TimeSpan that represents the difference between the standard time and the daylight-saving time.
[Visual Basic] Public ReadOnly Property Delta As TimeSpan [C#] public TimeSpan Delta {get;} [C++] public: __property TimeSpan get_Delta(); [JScript] public function get Delta() : TimeSpan;
Property Value
The TimeSpan that represents the difference between the standard time and the daylight-saving time.
Remarks
At the start of daylight-saving time, the clock time is advanced by the length of time specified in this property. At the end of daylight-saving time, the clock time is set back by the length of time specified in this property.
If this value is negative, the clock time is set back at the start of daylight-saving time and advanced at the end.
For example, in the United States, this property is a TimeSpan representing one hour.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
DaylightTime Class | DaylightTime Members | System.Globalization Namespace | TimeSpan | Start | End