Calendar.getDate

void getDate(out uint year, out uint month, out uint day)

Obtains the selected date from a #GtkCalendar.

Parameters

yearlocation to store the year as a decimal number (e.g. 2011), or null
monthlocation to store the month number (between 0 and 11), or null
daylocation to store the day number (between 1 and 31), or null