Calendar.month

int month() @property

Get month property.

Returns

The selected month (as a number between 0 and 11).

This property gets initially set to the current month.

void month(int propval) @property

Set month property.

Parameters

propvalThe selected month (as a number between 0 and 11). This property gets initially set to the current month.