|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateList | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
net.fortuna.ical4j.model.property | Contains types used to represent the iCalendar property model. |
Uses of DateList in net.fortuna.ical4j.model |
---|
Methods in net.fortuna.ical4j.model that return DateList | |
---|---|
DateList |
Recur.getDates(Date seed,
Date periodStart,
Date periodEnd,
Value value)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date seed,
Date periodStart,
Date periodEnd,
Value value,
int maxCount)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date periodStart,
Date periodEnd,
Value value)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date seed,
Period period,
Value value)
Convenience method for retrieving recurrences in a specified period. |
Constructors in net.fortuna.ical4j.model with parameters of type DateList | |
---|---|
DateList(DateList list,
Value type)
Constructs a new date list of the specified type containing the dates in the specified list. |
Uses of DateList in net.fortuna.ical4j.model.property |
---|
Methods in net.fortuna.ical4j.model.property that return DateList | |
---|---|
DateList |
DateListProperty.getDates()
|
Constructors in net.fortuna.ical4j.model.property with parameters of type DateList | |
---|---|
DateListProperty(String name,
DateList dates,
PropertyFactory factory)
|
|
DateListProperty(String name,
ParameterList parameters,
DateList dates,
PropertyFactory factory)
|
|
ExDate(DateList dList)
|
|
ExDate(ParameterList aList,
DateList dList)
|
|
RDate(DateList dates)
Constructor. |
|
RDate(ParameterList aList,
DateList dates)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |