CalenderController class

Constructors

CalenderController()

Properties

georgianWeekDays List<String>
final
hashCode int
The hash code for this object.
no setterinherited
jalaliWeekDays List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDaysInMonth(PickerType pickerType, int year, int month) int
returns the number of days in a month
isAfter(DateTime first, DateTime second, {bool needDayComparison = true}) bool
returns true if first is after second
isBefore(DateTime first, DateTime second, {bool needDayComparison = true}) bool
returns true if first is before second
isBetween(DateTime date, DateTime start, DateTime end) bool
returns true if date is between start and end
isTheSame(DateTime first, DateTime second) bool
returns true if first and second are the same
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