Calendar class final
A calendar system used to interpret dates.
Backed by the JS Temporal API. All Temporal types default to the ISO 8601 calendar unless an explicit Calendar is provided.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override