ISystemInfoCurrentTimeZone 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 string CurrentTimeZone { get; set; }
Property CurrentTimeZone As String
Get
Set
property String^ CurrentTimeZone {
String^ get ();
void set (String^ value);
}
abstract CurrentTimeZone : string with get, set
Property Value
Type:
String
The current time zone.
See Also