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; }
<DataMemberAttribute>
Public Property IsDstSupported As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool IsDstSupported {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract IsDstSupported : bool with get, set
[<DataMemberAttribute>]
override IsDstSupported : bool with get, set
Property Value
Type:
Booleantrue if this instance is DST supported; otherwise,
false.
Implements
ISystemInfoIsDstSupportedSee Also