net.fortuna.ical4j.filter
public class DateInRangeRule extends AbstractDateRule
Constructor and Description |
---|
DateInRangeRule(DateRange range,
int inclusiveMask) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
match(Date date) |
match
public DateInRangeRule(DateRange range, int inclusiveMask)
range
- the range to checkinclusiveMask
- indicates inclusiveness of start and end of the rangeprotected boolean match(Date date)
match
in class AbstractDateRule
date
- the date to checkCopyright © 2004-2013 Micronode. All Rights Reserved.