Current time
Returns the current time as a Time
value.
Sample usage
TIMENOW()
is equivalent to TIME(NOW())
. See also: NOW(),
TIME()
(TIMENOW() - 1)
returns the time one hour in the past.
(TIMENOW() + 1)
returns the time one hour in the future.
(TIMENOW() + 24)
returns the time one day in the future.
Syntax
TIMENOW()