setYear

open fun setYear(year: Int)

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.

Since

4.14

Parameters

year

The desired year for the selected date (within struct@GLib.DateTime limits, i.e. from 0001 to 9999).