Share via


ZoneOffset.Utc Property

Definition

The time-zone offset for UTC, with an ID of 'Z'.

[Android.Runtime.Register("UTC", ApiSince=26)]
public static Java.Time.ZoneOffset? Utc { get; }
[<Android.Runtime.Register("UTC", ApiSince=26)>]
static member Utc : Java.Time.ZoneOffset

Property Value

Attributes

Remarks

The time-zone offset for UTC, with an ID of 'Z'.

Java documentation for java.time.ZoneOffset.UTC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to