次の方法で共有


ConfigureDeviceRequest.TimeZone プロパティ

定義

デバイスのタイム ゾーンを取得または設定します。 例: "太平洋標準時"

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象