Clock.Zone Property

Definition

Gets the time-zone being used to create dates and times.

public abstract Java.Time.ZoneId? Zone { [Android.Runtime.Register("getZone", "()Ljava/time/ZoneId;", "GetGetZoneHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getZone", "()Ljava/time/ZoneId;", "GetGetZoneHandler", ApiSince=26)>]
member this.Zone : Java.Time.ZoneId

Property Value

the time-zone being used to interpret instants, not null

Attributes

Remarks

To be added.

Java reference for java.time.Clock.getZone.

Applies to