TIME — Time function¶
- TIME()¶
Returns the current time encoded as an integer (in the manner of the function
time(3)in the C standard library). This value is suitable for passing to CTIME, GMTIME, and LTIME.- Returns
The return value is a scalar of type
INTEGER(4).
Standard:GNU extension
Class:Function
Syntax:RESULT = TIME()
See also:DATE_AND_TIME, CTIME, GMTIME, LTIME, MCLOCK, TIME8