Plumtree EDK (Enterprise Web Development Kit) 5.4.0

DateQueryFilter Constructor 

Creates a query filter to filter based on the relation with the specified property.

public DateQueryFilter(
   ObjectProperty prop,
   Operator op,
   DateTime operand
);

Parameters

prop
the property to filter on
op
relation
operand
the operand to use to relate with the specified property

Remarks

Allowed Operators are:

Operator.Equals
Operator.NotEquals
Operator.GreaterThan
Operator.GreaterThanOrEquals
Operator.LessThan
Operator.LessThanOrEquals

Exceptions

Exception Type Condition
InvalidQueryFilterException Thrown if an invalid Operator is specified

See Also

DateQueryFilter Class | Plumtree.Remote.PRC Namespace | IntQueryFilter | IntArrayQueryFilter | StringQueryFilter