@ComponentSpecification public interface RecurrenceUtil
Recurrence.| Modifier and Type | Method and Description |
|---|---|
Calendar |
getNextDate(Calendar calendar,
Recurrence recurrence)
This method determines the next occurrence (as
Calendar) after the given calendar based on the
given Recurrence. |
Date |
getNextDate(Date date,
Recurrence recurrence)
This method determines the next occurrence (as
Date) after the given date based on the given
Recurrence. |
Date getNextDate(Date date, Recurrence recurrence)
Date) after the given date based on the given
Recurrence.date - is the Date of the current occurrence.recurrence - is the Recurrence specifying the rules how an event or appointment recurs.date based on recurrence.getNextDate(Calendar, Recurrence)Calendar getNextDate(Calendar calendar, Recurrence recurrence)
Calendar) after the given calendar based on the
given Recurrence.calendar - is the Calendar of the current occurrence.recurrence - is the Recurrence specifying the rules how an event or appointment recurs.calendar based on recurrence.getNextDate(Date, Recurrence)Copyright © 2001–2016 mmm-Team. All rights reserved.