DCL:MISC£±:TIMELIB: Handling of Time *#
TIME12(ITIME,ITT) | Converts Type 1 time into Type 2 time. |
TIME13(ITIME,IH,IM,IS) | Converts Type 1 time into Type 3 time. |
TIME21(ITIME,ITT) | Converts Type 2 time into Type 1 time. |
TIME23(IH,IM,IS,ITT) | Converts Type 2 time into Type 3 time. |
TIME31(ITIME,IH,IM,IS) | Converts Type 3 time into Type 1 time. |
TIME32(IH,IM,IS,ITT) | Converts Type 3 time into Type 2 time. |
TIMEQ1(ITIME) | Determines the present time as Type 1 time. |
TIMEQ2(ITT) | Determines the present time as Type 2 time. |
TIMEQ3(IH,IM,IS) | Determines the present time as Type 3 time. |
TIMEC1(CFORM,ITIME) | Expresses ITIME following the format of CFORM and returns it in CFORM. |
TIMEC2(CFORM,ITT) | Expresses ITT following the format of CFORM and returns it in CFORM. |
TIMEC3(CFORM,IH,IM,IS) | Expresses following the format of CFORM and returns it in CFORM. |
The key characters that can be used in CFORM are:
hour 'H', minute 'M', and second 'S'.
For example, for ITIME=100930, CFORM='10:09:30'will be
returned by calling TIMEC1 with the specification CFORM='HH:MM:SS'.