DateAdd2
Adds the specified value for the specified date or time part to a string representation of a date, time, or datetime.
Inputs
dateTimeString
- A string representing a date, time, or datetime value.value
- The number of units of time that you want to add.datePart
- The units of time that you want to add, ex.DateValueOption.DAY
.
Examples
Last updated