TIME

Returns the current time.

Syntax

Summary: Construct time from hours, minutes, and seconds.
Syntax: TIME( Number hours ; Number minutes ; Number seconds )
Returns: Time
Constraints: None
Semantics: Returns a date representing the given time. The date-fraction of the date object will be undefined.

=TIME(23;59;40)