net.fortuna.ical4j.filter
Class PeriodRule
ComponentRule
net.fortuna.ical4j.filter.PeriodRule
public class PeriodRule
extends ComponentRule
$Id: PeriodRule.java,v 1.14 2008/12/16 12:34:54 fortuna Exp $
Created on 2/02/2006
A rule that matches any component that occurs in the specified time period.
PeriodRule(Period period) - Constructs a new instance using the specified period.
|
boolean | match(Component component)
|
PeriodRule
public PeriodRule(Period period)
Constructs a new instance using the specified period.
match
public final boolean match(Component component)