Click or drag to resize

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; }

Property Value

Type: String
The current time zone.

Implements

ISystemInfoCurrentTimeZone
See Also