Calendar enum
Values
- buddhist → const Calendar
-
The Buddhist calendar.
- traditionalChinese → const Calendar
-
The traditional Chinese calendar.
- coptic → const Calendar
-
The Coptic calendar.
- traditionalKorean → const Calendar
-
The traditional Korean calendar (Dangi).
- ethiopianAmeteAlem → const Calendar
-
The Ethiopic Amete Alem calendar.
- ethiopian → const Calendar
-
The Ethiopic calendar.
- gregorian → const Calendar
-
The Gregorian calendar.
- hebrew → const Calendar
-
The Hebrew calendar.
- indian → const Calendar
-
The Indian national calendar.
- hijriUmalqura → const Calendar
-
The Islamic Umm al-Qura calendar.
- hijriTbla → const Calendar
-
The Islamic tabular calendar.
- hijriCivil → const Calendar
-
The Islamic civil calendar.
- japanese → const Calendar
-
The Japanese calendar.
- persian → const Calendar
-
The Persian calendar.
- minguo → const Calendar
-
The Minguo (Republic of China) calendar.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited