ISystemInfoIsDstSupported 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 bool IsDstSupported { get; set; }
Property IsDstSupported As Boolean
Get
Set
property bool IsDstSupported {
bool get ();
void set (bool value);
}
abstract IsDstSupported : bool with get, set
Property Value
Type:
Booleantrue if this instance is DST supported; otherwise,
false.
See Also