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

Packages that use DateRange
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 DateRange in net.fortuna.ical4j.filter
 

Constructors in net.fortuna.ical4j.filter with parameters of type DateRange
DateInRangeRule(DateRange range, int inclusiveMask)
           
 

Uses of DateRange in net.fortuna.ical4j.model
 

Subclasses of DateRange in net.fortuna.ical4j.model
 class Period
          $Id$ [Apr 14, 2004] Defines a period of time.
 

Methods in net.fortuna.ical4j.model with parameters of type DateRange
 boolean DateRange.adjacent(DateRange range)
          Decides whether these periods are serial without a gap.
 boolean DateRange.after(DateRange range)
          Decides whether this period starts after the given period ends.
 boolean DateRange.before(DateRange range)
          Decides whether this period is completed before the given period starts.
 boolean DateRange.contains(DateRange range)
          Decides whether the given period is completely contained within this one.
 boolean DateRange.intersects(DateRange range)
          Decides whether this period intersects with another one.
 



Copyright © 2004-2012 Micronode. All Rights Reserved.