CalendarValue class abstract
- Implementers
Constructors
- CalendarValue()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- view → CalendarView
-
no setter
Methods
-
lookup(
int year, [int? month = 1, int? day = 1]) → CalendarValueLookup -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMulti(
) → MultiCalendarValue -
toRange(
) → RangeCalendarValue -
toSingle(
) → SingleCalendarValue -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
multi(
List< DateTime> dates) → MultiCalendarValue -
range(
DateTime start, DateTime end) → RangeCalendarValue -
single(
DateTime date) → SingleCalendarValue