ZonedDateTime.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Implements
- 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.ZonedDateTime.getOffset.