ClientInfoEntity.Timezone Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("timezone")]
[System.Text.Json.Serialization.JsonPropertyOrder(6)]
public string? Timezone { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("timezone")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(6)>]
member this.Timezone : string with get, set
Public Property Timezone As String

Property Value

Attributes

Applies to