Calendar.getDayIsMarked

Returns if the day of the calendar is already marked.

class Calendar
bool
getDayIsMarked
(
uint day
)

Parameters

day uint

the day number between 1 and 31.

Return Value

Type: bool

whether the day is marked.

Meta