DATE_INC
Name
DATE_INC
Purpose
This computes a new date given a start date and a time increment
in seconds.
Category
Date and time calculations.
Calling Sequence
date = DATE_INC(date0, dt)
Input
date0 : structure containing the start date
dt : time increment in seconds (positive or negative)
Output
structure containing the new date
Keywords
check : If set, input parameter range checking is turned on.
Check can also be set to a two-element array containing
the lower and upper limits on the Julian day.
Procedure
This function calls the TIME_TO_DATE and TIME_INC functions.
Modification History
Kenneth Bowman, 1999-10.