ConfigurationSet.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.
Optional. Specifies the time zone for the virtual machine. This element is only used with the WindowsProvisioningConfiguration set. For a complete list of supported time zone entries, you can refer to the values listed in the registry entry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones on a computer running Windows 7, Windows Server 2008, and Windows Server 2008 R2 or you can use the tzutil command-line tool to list the valid time. The tzutil tool is installed by default on Windows 7, Windows Server 2008, and Windows Server 2008 R2.
public string TimeZone { get; set; }
member this.TimeZone : string with get, set
Public Property TimeZone As String
Property Value
Applies to
Azure SDK for .NET