Module ical4j.core

Class DateInRangeRule

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

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

    • DateInRangeRule

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