Skip to main content
Skip to main content

DateComparisonOperator

Fields used to apply flexible filters on dates.

constructor


Properties

ltDate
The filtered date must be less than this value.
gtDate
The filtered date must be greater than this value.
gteDate
The filtered date must be greater than or equal to this value.
lteDate
The filtered date must be less than or equal to this value.
Was this section helpful?