ComputerInfo.TimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the system's current time zone
public:
property System::String ^ TimeZone { System::String ^ get(); };
public:
property Platform::String ^ TimeZone { Platform::String ^ get(); };
public string TimeZone { get; }
member this.TimeZone : string
Public ReadOnly Property TimeZone As String