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