DateComparisonOperator
Fields used to apply flexible filters on dates.
constructor
Properties
gt
DateThe filtered date must be greater than this value.
gte
DateThe filtered date must be greater than or equal to this value.
lt
DateThe filtered date must be less than this value.
lte
DateThe filtered date must be less than or equal to this value.
Was this section helpful?