Back|Forward
DCL:MISC£±:TIMELIB: Handling of Time *#
8.1 Summary
This is a subroutine package that handles time.
The following terms will be used in the explanations for this package.
- Type 1 time (ITIME) - Time is represented by a single 6-digit integer. The first two digits represents hour,
the third and fourth, minute, and the last two, second.
Example: 100930.
- Type 2 time (ITT) - Time is represented by a single integer for serially-counted seconds.
Example: 36570.
- Type 3 time (IH,IM,IS) - Time is represented by 3 integers for hour, minute, and seconds.
Example: 10, 9, 30.