ZoneRules.IsFixedOffset 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.
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.