Gets or sets the time zone offset.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "utc_offset")] [DataMemberAttribute] public Nullable<double> TimeZoneOffset { get; set; }
<JsonPropertyAttribute(PropertyName := "utc_offset")> _ <DataMemberAttribute> _ Public Property TimeZoneOffset As Nullable(Of Double) Get Set
The time zone offset.
Also called the Coordinated Universal Time (UTC) offset.