Add years to a DateOnly object and return a new DateOnly object
the DateOnly object to add years to
the number of years to add (can be negative to subtract years). Must be an integer. Can be positive, zero or negative.
a new DateOnly object with the added years
Add years to a DateOnly object and return a new DateOnly object