Function: Now

Now returns the current and date and time on the Enterprise Tester server executing the query.

Syntax

Now()

Notes

The Now function returns a date value that includes a time component.

If you want to get a value that contains only the current date, but no time component, then use the Today function instead.

Example

EntityType = Incident And DueDate < Now() AND Status != Closed

See Also

  • No labels