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