This property gets initially set to the current month.
Calendar.month
int month() @propertyGet month property.
Returns
The selected month (as a number between 0 and 11).
void month(int propval) @propertySet month property.
Parameters
propval | The selected month (as a number between 0 and 11). This property gets initially set to the current month. |