Package org.exoplatform.agenda.model
Class EventRecurrence
java.lang.Object
org.exoplatform.agenda.model.EventRecurrence
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventRecurrence(long id, LocalDate until, int count, EventRecurrenceType type, EventRecurrenceFrequency frequency, int interval, List<String> bySecond, List<String> byMinute, List<String> byHour, List<String> byDay, List<String> byMonthDay, List<String> byYearDay, List<String> byWeekNo, List<String> byMonth, List<String> bySetPos, ZonedDateTime overallStart, ZonedDateTime overallEnd) -
Method Summary
-
Constructor Details
-
EventRecurrence
public EventRecurrence(long id, LocalDate until, int count, EventRecurrenceType type, EventRecurrenceFrequency frequency, int interval, List<String> bySecond, List<String> byMinute, List<String> byHour, List<String> byDay, List<String> byMonthDay, List<String> byYearDay, List<String> byWeekNo, List<String> byMonth, List<String> bySetPos, ZonedDateTime overallStart, ZonedDateTime overallEnd)
-
-
Method Details