Description
This function returns the decimal number for a particular time. The total time for the day is considered as equal to 1 and the time that is calculated from the function represents what fraction of 1 is covered until then.
Syntax
TIME (hour, minute, second)
Remarks
Example
=TIME (21, 45, 06) |
-The parameters for Hour, Minutes and Seconds, are converted to the time returned by this function which is a number converted into decimal value. |
=TIME ("range") |
-The parameters for Hour, Minutes and Seconds can be specified from a given range instead of being fed into the formula directly and the TIME can be calculated based on the values thus passed to the formula. |