Share via


TimeZoneTimeZoneInformation.UtcOffset Property

Definition

Gets or sets the offset from UTC. For example, UTC-7.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to