次の方法で共有


ManagedInstanceUpdate.TimezoneId プロパティ

定義

タイムゾーンの ID を取得または設定します。 使用できる値は、Windows でサポートされているタイムゾーンです。 Windows では、id を含むサポートされているタイムゾーンの詳細がレジストリの KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones に保持されます。 これらのレジストリ値は、SELECT name AS timezone_id FROM sys.time_zone_infoに対してクエリを実行することで、SQL Serverを使用して取得できます。 Id の一覧は、PowerShell で [System.TimeZoneInfo]::GetSystemTimeZones() を実行して取得することもできます。 有効なタイムゾーン ID の例として、"太平洋標準時" または "W" があります。 ヨーロッパ標準時"

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象