DateAdd
This function returns a date with the specified number interval added to the specified part of the date.
Arguments
DateAdd(1,2,3)
Ordinal | Type | Required | Description |
---|---|---|---|
1 | Date | True | The date to adjust |
2 | Number | True | The interval to add |
3 | String | True | The part of the date to adjust by the preceding interval. Valid values include Y , M , D , H , and MI |