NEXT_YEAR
Name
NEXT_YEAR
Purpose
This functions returns the year following the input argument date.
The output month and day are set to 1; and hour, minute, and
second are set to 0.
Category
Date and time calculations.
Calling Sequence
next = NEXT_YEAR(date)
Input
date : CDATE or JTIME structure
Output
CDATE or CDATE_NO_LEAP structure containing the date of the first
day of the month following the input date.
Keywords
None.
Procedure
Increment the year.
Modification History
K. Bowman, 2005-12-03.