Calendar.selectMonth

Shifts the calendar to a different month. Note that this function always returns TRUE, and you should ignore the return value. In GTK+ 3, this function will not return a value.

class Calendar
int
selectMonth
(
uint month
,
uint year
)

Parameters

month uint

a month number between 0 and 11.

year uint

the year the month is in.

Return Value

Type: int

TRUE, always

Meta