...
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.
Code Block |
---|
=TIME(23;59;40) |
...
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.
Code Block |
---|
=TIME(23;59;40) |