Calendar.getDayIsMarked

Returns if the day of the calendar is already marked.

class Calendar
int
getDayIsMarked
(
uint day
)

Parameters

day uint

the day number between 1 and 31.

Return Value

Type: int

whether the day is marked. Since 3.0

Meta