Share via


IChronology.AvailableChronologies Property

Definition

Returns the available chronologies.

public static System.Collections.Generic.ICollection<Java.Time.Chrono.IChronology>? AvailableChronologies { [Android.Runtime.Register("getAvailableChronologies", "()Ljava/util/Set;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAvailableChronologies", "()Ljava/util/Set;", "", ApiSince=26)>]
static member AvailableChronologies : System.Collections.Generic.ICollection<Java.Time.Chrono.IChronology>

Property Value

the independent, modifiable set of the available chronology IDs, not null

Attributes

Remarks

Returns the available chronologies.

Each returned Chronology is available for use in the system. The set of chronologies includes the system chronologies and any chronologies provided by the application via ServiceLoader configuration.

Java documentation for java.time.chrono.Chronology.getAvailableChronologies().

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