Uses of Class
net.fortuna.ical4j.model.Period

Packages that use Period
net.fortuna.ical4j.filter Filtering rules that may be used on lists of components, properties or parameters. 
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
 

Uses of Period in net.fortuna.ical4j.filter
 

Constructors in net.fortuna.ical4j.filter with parameters of type Period
PeriodRule(Period period)
          Constructs a new instance using the specified period.
 

Uses of Period in net.fortuna.ical4j.model
 

Methods in net.fortuna.ical4j.model that return Period
 Period Period.add(Period period)
          Creates a period that encompasses both this period and another one.
 

Methods in net.fortuna.ical4j.model with parameters of type Period
 Period Period.add(Period period)
          Creates a period that encompasses both this period and another one.
 boolean PeriodList.add(Period period)
          Add a period to the list.
 boolean Period.adjacent(Period period)
          Decides whether these periods are serial without a gap.
 boolean Period.after(Period period)
          Decides whether this period starts after the given period ends.
 boolean Period.before(Period period)
          Decides whether this period is completed before the given period starts.
 int Period.compareTo(Period arg0)
          Compares the specified period with this period.
 boolean Period.contains(Period period)
          Decides whether the given period is completely contained within this one.
 DateList Recur.getDates(Date seed, Period period, Value value)
          Convenience method for retrieving recurrences in a specified period.
 boolean Period.intersects(Period period)
          Decides whether this period intersects with another one.
 boolean PeriodList.remove(Period period)
          Remove a period from the list.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.