ComputerInfo.CsEnableDaylightSavingsTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables daylight savings time on a computer. A value of True indicates that the system time changes to an hour ahead or behind when DST starts or ends. A value of False indicates that the system time does not change to an hour ahead or behind when DST starts or ends. A value of NULL indicates that the DST status is unknown on a system.
public:
property Nullable<bool> CsEnableDaylightSavingsTime { Nullable<bool> get(); };
public bool? CsEnableDaylightSavingsTime { get; }
member this.CsEnableDaylightSavingsTime : Nullable<bool>
Public ReadOnly Property CsEnableDaylightSavingsTime As Nullable(Of Boolean)