Calendar.getDate
void getDate(out uint year, out uint month, out uint day)Obtains the selected date from a #GtkCalendar.
Parameters
year | location to store the year as a decimal number (e.g. 2011), or null |
month | location to store the month number (between 0 and 11), or null |
day | location to store the day number (between 1 and 31), or null |