TIMEVALUE function

TIMEVALUE returns the internal time number from the text enclosed by double quotation marks, indicating a possible time entry format. The internal number indicated as a decimal is the result of the date system used in HCL Connections Docs to calculate date entries.

Syntax

TIMEVALUE("text")

text is a valid time expression and must be entered in double quotation marks.

Example

=TIMEVALUE("24:00") returns 0. If you use the HH:MM:SS time format, the value is 00:00:00.