Class DateInRangeRule

java.lang.Object
net.fortuna.ical4j.filter.predicate.DateInRangeRule
All Implemented Interfaces:
Predicate<Date>

public class DateInRangeRule extends Object implements Predicate<Date>
  • Constructor Details

    • DateInRangeRule

      public DateInRangeRule(DateRange range, int inclusiveMask)
      Parameters:
      range - the range to check
      inclusiveMask - indicates inclusiveness of start and end of the range
  • Method Details