Calendar.setYear
void setYear(int year)Sets the year for the selected date.
The new date must be valid. For example, setting 2023 for the year when then the date is 2024-02-29, fails.
Parameters
year | The desired year for the selected date (within [glib.date_time.DateTime] limits, i.e. from 0001 to 9999). |