MAKE_TIME
Name
MAKE_TIME
Purpose
This makes a Julian day plus seconds from a date and time.
Category
Date and time calculations.
Calling Sequence
date = MAKE_TIME([year, [month, [day, [hour, [minute, [second]]]]]])
Input
year : Optional calendar year
month : Optional month (1 to 12)
day : Optional day of the month (1 to 28, 30, or 31)
hour : Optional hour (0 to 23)
minute : Optional minute (0 to 59)
second : Optional second (0 to 59)
Output
t : structure {jtime, jday: 0L, seconds: 0L}
containing the date as Julian day and seconds from midnight
Keywords
None.
Modification History
KPB, April, 1999.
Updated to include NO_LEAP option, KPB, March, 2001.