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