Interface Recurrence
- All Known Implementing Classes:
RecurrenceImpl
public interface Recurrence
A recurrence rule "RRULE" as specified by the iCal specification.
-
Method Details
-
getFrequency
Frequency getFrequency() -
getUntil
-
getCount
-
getInterval
int getInterval() -
getBySecond
-
getByMinute
-
getByHour
-
getByWeekDay
List<WeekdayItem> getByWeekDay() -
getByMonthDay
-
getByYearDay
-
getByWeekNumber
-
getByMonth
List<net.fortuna.ical4j.model.Month> getByMonth() -
getBySetPosition
-
getWeekStart
Weekday getWeekStart() -
toString
String toString() -
getRecur
net.fortuna.ical4j.model.Recur getRecur() -
clone
- Throws:
CloneNotSupportedException
-