Class: Calendar

Calendar()

new Calendar()

constructor
Source:

Methods

getColumnForDay(day)

Returns column for given day in month
Parameters:
Name Type Description
day integer
Source:

getDaysInMonth()

Returns number of days of month in year
Source:

getRowForDay(day)

returns row in calendar for day
Parameters:
Name Type Description
day integer
Source:

getWeekdayMonthStartsWith()

Returns weekday a month starts with
Source: