Calendar.selectDay

Selects a day from the current month.

class Calendar
void
selectDay
(
uint day
)

Parameters

day uint

the day number between 1 and 31, or 0 to unselect the currently selected day.

Meta