Date.clear

Initializes one or more glib.Date structs to a sane but invalid state. The cleared dates will not represent an existing date, but will not contain garbage. Useful to init a date declared on the stack. Validity can be tested with Date.valid.

class Date
void
clear
(
uint nDates
)

Parameters

nDates uint

number of dates to clear