addDays -is:exact

Add some Days to a calendar Day to get a new Day.
addDays = flip (.+^)
addDays n d ≡ d .+^ n
See also the AffineSpace instance for Day.
Increments a date some number of days. To move forward by weeks, add weeks*7 days. The date must be valid.
Creates a copy of datetime and adds the specified number of days to the copy. Add negative values to subtract days. Since: 2.26