TIME( ) Function

Returns the current system time in 24-hour, eight-character string (hh:mm:ss) format.

TIME([nExpression])

Return Values

Character

Parameters

  • nExpression
    The time returned includes hundredths of a second if nExpression is included. The numeric expression nExpression can be any value. However, the actual maximum resolution is about 1/18 second. Use SECONDS( ) for greater resolution.

See Also

CTOT( ) | DATE( ) | DATETIME( ) | DTOT( ) | HOUR( ) | SEC( ) | SECONDS( ) | SET SECONDS | SYS(2) - Seconds Since Midnight