Share via


IsoChronology.Id Property

Definition

Gets the ID of the chronology - 'ISO'.

public override string? Id { [Android.Runtime.Register("getId", "()Ljava/lang/String;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getId", "()Ljava/lang/String;", "", ApiSince=26)>]
member this.Id : string

Property Value

the chronology ID - 'ISO'

Attributes

Remarks

Gets the ID of the chronology - 'ISO'.

The ID uniquely identifies the Chronology. It can be used to lookup the Chronology using Chronology#of(String).

Java documentation for java.time.chrono.IsoChronology.getId().

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