Function: DateOnly
DateOnly takes a date/time value and strips the date from it.
The time component of the date after applying this function to a date will be 00:00:00.
Syntax
DateOnly(dateTime)
Example
EntityType = Incident AND LastUpdatedAt < DateOnly(Now())