Time functions
The time functions examine the system time. These functions use the time or interval parameters. The time or interval parameters must be enclosed in quotes.
The following table lists time functions:
This function | Returns this value |
---|---|
TIME ("time ") | 1 (True) if the time specified is the current time. |
BEFORE_TIME ("time ") | 1 (True) if the expression is evaluated before the specified time. |
AFTER_TIME ("time") | 1 (True) if the expression is evaluated after the specified time. |
INTERVAL ("interval ") | 1 (True) if the specified time interval has elapsed. |
Provide Feedback