Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

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.

=TIME(23;59;40)
  • No labels