Returns a time.
TIME requires three arguments.
The input is entered in the following form:
=TIME(Hour;Minute;Second)
Example
=TIME(2;23;59) returns 2:23:59
The input of =TIME(25;23;59) returns 1:23:59.
The input of =TIME(2;23;61) returns 2:24:01.