CalenderController class

created by: yazeed nasrullah email: yazeed.mohm97@gmail.com

Constructors

CalenderController()

Properties

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

Methods

getFullCalender(int fromYear, int toYear) List<Year>
getMonthDays(int year, int month) List<Day>
isCurrentMonth(int year, int month) bool
isCurrentYear(int year) bool
isToday(int year, int month, int day) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDays(int year, int month) List<Day>
setMonths(int year) List<Month>
setYears(int fromYear, int toYear) List<Year>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInstance() CalenderController