to unselect the currently selected day). This property gets initially set to the current day.
Calendar.day
int day() @propertyGet day property.
Returns
The selected day (as a number between 1 and 31, or 0
void day(int propval) @propertySet day property.
Parameters
propval | The selected day (as a number between 1 and 31, or 0 to unselect the currently selected day). This property gets initially set to the current day. |