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(java.util.Date date) |
matchpublic DateInRangeRule(DateRange range, int inclusiveMask)
range - the range to checkinclusiveMask - indicates inclusiveness of start and end of the rangeprotected boolean match(java.util.Date date)
match in class AbstractDateRuledate - the date to checkCopyright © 2004-2014 Micronode. All Rights Reserved.