Period.Chronology 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 chronology of this period, which is the ISO calendar system.
public Java.Time.Chrono.IChronology? Chronology { [Android.Runtime.Register("getChronology", "()Ljava/time/chrono/IsoChronology;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getChronology", "()Ljava/time/chrono/IsoChronology;", "", ApiSince=26)>]
member this.Chronology : Java.Time.Chrono.IChronology
Property Value
the ISO chronology, not null
Implements
- Attributes
Remarks
Gets the chronology of this period, which is the ISO calendar system. The Chronology represents the calendar system in use. The ISO-8601 calendar system is the modern civil calendar system used today in most of the world. It is equivalent to the proleptic Gregorian calendar system, in which today's rules for leap years are applied for all time.
Java reference for java.time.Period.getChronology.