ODF.TIME

ODF.TIME create a time serial value

Synopsis

ODF.TIME(hour,minute,second)

Arguments

hour: hour

minute: minute

second: second

Description

The ODF.TIME function computes the time given by hour, minute, and second as a fraction of a day.

Note

While the return value is automatically formatted to look like a time between 0:00 and 24:00, the underlying serial time value can be any number.

OpenDocument Format (ODF) Compatibility

This function is OpenFormula compatible.

See also

TIME, HOUR, MINUTE, SECOND.