ComputerInfo.CsDaylightInEffect 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.
If True, the daylight savings mode is ON
public:
property Nullable<bool> CsDaylightInEffect { Nullable<bool> get(); };
public bool? CsDaylightInEffect { get; }
member this.CsDaylightInEffect : Nullable<bool>
Public ReadOnly Property CsDaylightInEffect As Nullable(Of Boolean)