- All Implemented Interfaces:
- ComparisonOperator, Operator
public class After
extends Object
implements ComparisonOperator
The After operator works with a date object to tests whether an expression will yield result
after a certain date position.
Example:
-
logicService.parse("'CD4 COUNT'").after(Context.getDateformat().parse("2009/12/04");
The above will give us a criteria to check if there's "CD4 COUNT" observations after 12/04/2009
- See Also:
Before