WindowsConfiguration.TimeZone Property

Definition

Gets or sets specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". <br><br> Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.

[Newtonsoft.Json.JsonProperty(PropertyName="timeZone")]
public string TimeZone { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeZone")>]
member this.TimeZone : string with get, set
Public Property TimeZone As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to