offsetDay()
The offsetDay() function provides the ability to offset any time series by a set number of days. Syntax offsetDay(integer, value) Argument Description integer (required) The value to add to the date argument. If the value provided is not an integer, it will be rounded to the nearest integer. value (required)…