ComputerInfo.CsEnableDaylightSavingsTime Property

Definition

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)

Property Value

Applies to