Returns a new time value with the specified hours, minutes, and seconds.
Syntax
Copy Code
|
|---|
TIME( Number hours, Number minutes, Number seconds ) → Time |
Hours, minutes, and seconds may be any number, they are not limited to the ranges 0…24, 0…59, or 0…60 respectively.
Formula
Copy Code
|
|---|
=TIME(3,30,0) |
Function Reference
HOUR Function
MINUTE Function
NOW Function
SECOND Function
DATE Function