DateAdd returns a date which is the result of a number of intervals added to a beginning date.
Syntax
DateAdd (Interval, NumberToAdd, Date1)
Parameter Name |
Description |
||||||||||||||||||
Interval |
The type of interval to add to Date1.
|
||||||||||||||||||
NumberToAdd |
The
number of intervals to add to Date1. A negative number is allowed. |
||||||||||||||||||
Date1 |
The
beginning date to be added to. |
Related Topics