OffsetDateTime.Offset Property

Definition

Gets the zone offset, such as '+01:00'.

public Java.Time.ZoneOffset? Offset { [Android.Runtime.Register("getOffset", "()Ljava/time/ZoneOffset;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getOffset", "()Ljava/time/ZoneOffset;", "", ApiSince=26)>]
member this.Offset : Java.Time.ZoneOffset

Property Value

the zone offset, not null

Attributes

Remarks

Gets the zone offset, such as '+01:00'. This is the offset of the local date-time from UTC/Greenwich.

Java reference for java.time.OffsetDateTime.getOffset.

Applies to