|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
boolean |
PeriodList.add(Period period)
Add a period to the list. |
Period |
Period.add(Period period)
Creates a period that encompasses both this period and another one. |
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. |
PeriodList |
Component.calculateRecurrenceSet(Period period)
Calculates the recurrence set for this event using the specified period. |
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. |
PeriodList |
Period.subtract(Period period)
Creates a set of periods resulting from the subtraction of the specified period from this one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |