-
Notifications
You must be signed in to change notification settings - Fork 26
AddDays
Shaun Lawrence edited this page Aug 13, 2020
·
4 revisions
Returns the supplied date/time with the specified number of days added.
AddDays(date, numberOfDays)
The date/time that will have the numberOfDays
added.
Type | DateTime |
Required | Yes |
The number of days to add to the date
.
Type | Double |
Required | Yes |
AddDays(#today#, 2)
Adds 2 days to the current date/time.
AddDays(#today#, -2)
Subtracts 2 days from the current date/time.
- AddDays
- AddHours
- AddMilliseconds
- AddMinutes
- AddMonths
- AddSeconds
- AddYears
- DayOf
- HourOf
- MillisecondOf
- MinuteOf
- MonthOf
- SecondOf
- YearOf
- DaysBetween
- HoursBetween
- MillisecondsBetween
- MinutesBetween
- SecondsBetween