TIME( ) Function

See Also

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

Syntax

TIME([nExpression])

Returns

Character

Arguments

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.