Calendar.day

int day() @property

Get day property.

Returns

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.

void day(int propval) @property

Set day property.

Parameters

propvalThe 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.