IncMonth (Reserved Word)

image\trumpet2.gif Disclaimer

This reserved word returns a numeric expression representing the Julian Date incremented by a specified number of months.

dValue = IncMonth(jDate,months));

Where jDate is a numeric expression representing the a Julian Date value and months is the number of months to add to jDate.

Remarks

If a specific date is entered for the numeric expression, it must be a valid date between January 1, 1900 and February 28, 2150, expressed in YYMMDD or YYYMMDD format.

Examples

dNewDate = IncMonth(DateToJulian(980804),2) returns a Julian Date value equivalent to October 4, 1998 which is two months after the initial date of August 4, 1998.