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