Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Returns the current time.

Syntax

...

Summary: Construct time from hours, minutes, and seconds.
Syntax: TIME( Number hours ; Number minutes ; Number seconds )
Returns: Time
Constraints: None
Semantics: Returns a date representing the given time. The date-fraction of the date object will be undefined.

Code Block
=TIME(23;59;40)