Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

external/CDAWlib/

cnv_sec_mdhms.pro


NAME: CNV_SEC_MDHMS PURPOSE: Convert the time in seconds of the year to the form month, day hour, minutes, and seconds CALLING SEQUENCE: status = cnv_sec_mdhms(yr, mo, day, hour, minute, sec, yr_secs) All the arguments must be given. yr must be assigned a value (this determines whether you are in aleap year or not). Mo, day, hour, minute and sec must be declared to be normal integers and yr_secs must be given a value and must be a long integer. The status will be 0 for success and -1 for failure

Routines

top source cnv_sec_mdhms

result = cnv_sec_mdhms(yr, mo, dy, hr, mn, sec, seconds)

Parameters

yr
mo
dy
hr
mn
sec
seconds

File attributes

Modification date: Tue Oct 21 13:53:48 2014
Lines: 53