CalenderController class
Constructors
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
firstis aftersecond -
isBefore(
DateTime first, DateTime second, {bool needDayComparison = true}) → bool -
returns true if
firstis beforesecond -
isBetween(
DateTime date, DateTime start, DateTime end) → bool -
returns true if
dateis betweenstartandend -
isTheSame(
DateTime first, DateTime second) → bool -
returns true if
firstandsecondare 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