MemCom Reference Manual > MemCom (Old) Fortran77 API > Utility Functions > inttim

Name

inttim — Get time of the day

Synopsis

integer*4 itime

subroutine inttim(itime)
integer*4 itime

Description

inttim returns the time of the day as a binary integer in the form hhmmss, where hh designates the hour of the day (24 hour ), mm the minutes, and ss the seconds.

Parameters

itime

Time of the day returned in integer format (output).