WindowsConfiguration.TimeZone プロパティ

定義

仮想マシンのタイム ゾーンを取得または設定します。 たとえば、"太平洋標準時" などです。 指定できる値は、TimeZoneInfo.GetSystemTimeZones によって返されるタイム ゾーンの値 TimeZoneInfo.Id できます。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象