MaintenanceWindow.UtcOffset Property

Definition

Gets or sets the UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.

[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