Recurrence |
Recurrence.copy() |
Copies the specified recurrence into another object.
|
Recurrence |
Recurrence.endless() |
Sets that the recurrence never ends.
|
static Recurrence |
Recurrence.every(int frequencyValue,
TimeUnit frequencyUnit) |
Creates a new recurrence from the specified frequency.
|
static Recurrence |
Recurrence.every(TimeUnit frequencyUnit) |
Creates a new recurrence from the specified frequency.
|
Recurrence |
Recurrence.excludeEventOccurrencesStartingAt(Temporal... temporal) |
Excludes from this recurrence rule the occurrences originally starting at the specified date
or datetime.
|
static Recurrence |
Recurrence.from(RecurrencePeriod period) |
Creates a new recurrence by specifying the recurrence period at which a PlannableOnCalendar
should recur.
|
Recurrence |
CalendarEvent.getRecurrence() |
Gets the recurrence of this recurring event.
|
Recurrence |
Recurrent.getRecurrence() |
Gets the actual recurrence rules.
|
Recurrence |
Recurrence.on(DayOfWeek... days) |
|
Recurrence |
Recurrence.on(List<DayOfWeekOccurrence> days) |
Sets some specific occurrences of day of week at which a PlannableOnCalendar should periodically
occur within monthly or yearly period.
|
Recurrence |
Recurrence.on(DayOfWeekOccurrence... days) |
Sets some specific occurrences of day of week at which a PlannableOnCalendar should periodically
occur within a monthly or a yearly period.
|
Recurrence |
Recurrence.onNoSpecificDay() |
Sets that the recurrence is not linked to a specific day.
|
Recurrence |
Recurrence.until(int recurrenceCount) |
Sets a termination to this recurrence by specifying the count of time a PlannableOnCalendar
should occur.
|
Recurrence |
Recurrence.until(Temporal endDate) |
Sets a termination to this recurrence by specifying an inclusive date or datetime.
|
Recurrence |
Recurrence.withFrequency(RecurrencePeriod frequency) |
Sets a frequency to this recurrence by specifying a recurrence period.
When the new frequency is a daily or a yearly one, days of weeks are reset.
|