ZoneRules.IsFixedOffset Property

Definition

Checks of the zone rules are fixed, such that the offset never varies.

public bool IsFixedOffset { [Android.Runtime.Register("isFixedOffset", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isFixedOffset", "()Z", "", ApiSince=26)>]
member this.IsFixedOffset : bool

Property Value

true if the time-zone is fixed and the offset never changes

Attributes

Remarks

Checks of the zone rules are fixed, such that the offset never varies.

Java documentation for java.time.zone.ZoneRules.isFixedOffset().

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