IChronoLocalDateTime.Chronology Property

Definition

Gets the chronology of this date-time.

public virtual Java.Time.Chrono.IChronology? Chronology { [Android.Runtime.Register("getChronology", "()Ljava/time/chrono/Chronology;", "GetGetChronologyHandler:Java.Time.Chrono.IChronoLocalDateTime, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getChronology", "()Ljava/time/chrono/Chronology;", "GetGetChronologyHandler:Java.Time.Chrono.IChronoLocalDateTime, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
member this.Chronology : Java.Time.Chrono.IChronology

Property Value

the chronology, not null

Attributes

Remarks

Gets the chronology of this date-time.

The Chronology represents the calendar system in use. The era and other fields in ChronoField are defined by the chronology.

Java documentation for java.time.chrono.ChronoLocalDateTime.getChronology().

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