|
IncMonth |
Top Previous Next |
Returns a date shifted by a specified number of months.
IncValue can be negative, to return a date N months previous.
If the input day of month is greater than the last day of the resulting month, the day is set to the last day of the resulting month. The time of day specified by the Date parameter is copied to the result.
To increase/decrease a date by a specified number of days, you can use a +/- operation:
Parameters
Example:
|