CalendarProvider class abstract

Implementers

Constructors

CalendarProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDateTime() CalendarDateTime
getDateTimePart(PartFormat format) int
getDayAmount() List<int>
getFormattedDate({DateTime? customDate}) String
getMonthDays(WeekDayStringTypes type, int index) Map
getMonthDaysShort(int index) Map
getNextDayDateTime() CalendarDateTime
getNextMonthDateTime() CalendarDateTime
getPreviousDayDateTime() CalendarDateTime
getPreviousMonthDateTime() CalendarDateTime
getYears() List<int>
goToDay(dynamic index) CalendarDateTime
goToMonth(dynamic index) CalendarDateTime
goToYear(int index) CalendarDateTime
isCenter() bool
isRTL() bool
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