Description
Returns a serial number for the supplied time.
Syntax
TIME ( hour, minute, second )
Parameter | Description |
---|---|
hour | A number from 0 to 23. |
minute | A number from 0 to 59. |
second | A number from 0 to 59. |
Examples
This function returns .52:
TIME(12, 26, 24)
This function returns .07:
TIME(1, 43, 34)
See also