Calendar.getDate

Obtains the selected date from a #GtkCalendar.

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

Parameters

year uint

location to store the year as a decimal number (e.g. 2011), or %NULL

month uint

location to store the month number (between 0 and 11), or %NULL

day uint

location to store the day number (between 1 and 31), or %NULL

Meta