I am trying to select a range of data based on a timestamp. My DateRangeStart is a timestamp and sometimes I need to sort from the start of the day and other times I need to use the exact timestamp. When I use DayStart() it works, but I can't get the syntax right if I wan't to use the exact timestamp:
The following works (selects the range I am looking for):