Gets or sets the time zone.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "time_zone")] public string TimeZone { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "time_zone")> _ Public Property TimeZone As String Get Set
The time zone.