DateComparisonOperator
Fields used to apply flexible filters on dates.
Constructors
constructor
**new DateComparisonOperator**()
Properties
gtDateThe filtered date must be greater than this value.
gteDateThe filtered date must be greater than or equal to this value.
ltDateThe filtered date must be less than this value.
lteDateThe filtered date must be less than or equal to this value.
Was this section helpful?