Calendar.selectMonth

Shifts the calendar to a different month.

class Calendar
void
selectMonth
(
uint month
,
uint year
)

Parameters

month uint

a month number between 0 and 11.

year uint

the year the month is in.

Meta