IsoChronology.CalendarType 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 calendar type of the underlying calendar system - 'iso8601'.
public override string? CalendarType { [Android.Runtime.Register("getCalendarType", "()Ljava/lang/String;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getCalendarType", "()Ljava/lang/String;", "", ApiSince=26)>]
member this.CalendarType : string
Property Value
the calendar system type - 'iso8601'
- Attributes
Remarks
Gets the calendar type of the underlying calendar system - 'iso8601'.
The calendar type is an identifier defined by the <em>Unicode Locale Data Markup Language (LDML)</em> specification. It can be used to lookup the Chronology
using Chronology#of(String)
. It can also be used as part of a locale, accessible via Locale#getUnicodeLocaleType(String)
with the key 'ca'.
Java documentation for java.time.chrono.IsoChronology.getCalendarType()
.
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.