Click or drag to resize

SystemInfoIsDstInEffect Property

Win32_ComputerSystem: If True, the daylight savings mode is ON.

Namespace:  Xcalibur.Models.SystemInformation
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public bool IsDstInEffect { get; set; }

Property Value

Type: Boolean
true if this instance is DST in effect; otherwise, false.

Implements

ISystemInfoIsDstInEffect
See Also