IChronology.IsIsoBased 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 if this chronology is ISO based.
public virtual bool IsIsoBased { [Android.Runtime.Register("isIsoBased", "()Z", "GetIsIsoBasedHandler:Java.Time.Chrono.IChronology, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isIsoBased", "()Z", "GetIsIsoBasedHandler:Java.Time.Chrono.IChronology, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)>]
member this.IsIsoBased : bool
Property Value
true only if all the fields of IsoFields are supported by
this chronology. Otherwise, returns false.
- Attributes