Calendar.markDay

Places a visual marker on a particular day. Note that this function always returns TRUE, and you should ignore the return value. In GTK+ 3, this function will not return a value.

class Calendar
int
markDay
(
uint day
)

Parameters

day uint

the day number to mark between 1 and 31.

Return Value

Type: int

TRUE, always

Meta