SystemInfoCurrentTimeZone Property |
Win32_ComputerSystem: Amount of time the unitary computer system is offset from
Coordinated Universal Time (UTC).
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string CurrentTimeZone { get; set; }
<DataMemberAttribute>
Public Property CurrentTimeZone As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ CurrentTimeZone {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract CurrentTimeZone : string with get, set
[<DataMemberAttribute>]
override CurrentTimeZone : string with get, set
Property Value
Type:
String
The current time zone.
Implements
ISystemInfoCurrentTimeZoneSee Also