Composes a time value from individual components.
Syntax:
TIME(hour:Number, minute:Number, second:Number)
Example:
TIME(23, 59, 59)
returns the time value 23:59:59.
23:59:59