Click or drag to resize

SystemInfoIsDstSupported Property

Win32_ComputerSystem: Enables daylight savings time (DST) on a computer.

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

Property Value

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

Implements

ISystemInfoIsDstSupported
See Also