Calendar class final

See the Rust documentation for AnyCalendar for more information.

Implemented types

Constructors

Calendar.new(CalendarKind kind)
Creates a new Calendar for the specified kind, using compiled data.
factory
Calendar.newWithProvider(DataProvider provider, CalendarKind kind)
Creates a new Calendar for the specified kind, using a particular data source.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kind CalendarKind
Returns the kind of this calendar
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