Create a new #GDate representing the given day-month-year triplet.
The triplet you pass in must represent a valid date. Use glib.date.Date.validDmy if needed to validate it. The returned #GDate is guaranteed to be non-null and valid.
day of the month
month of the year
year
a newly-allocated #GDate initialized with day, month, and year
Create a new #GDate representing the given day-month-year triplet.
The triplet you pass in must represent a valid date. Use glib.date.Date.validDmy if needed to validate it. The returned #GDate is guaranteed to be non-null and valid.