public class EventRecurrence extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
EventRecurrence(long id,
ZonedDateTime 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) |
| Modifier and Type | Method and Description |
|---|---|
EventRecurrence |
clone() |
public EventRecurrence(long id,
ZonedDateTime 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)
public EventRecurrence clone()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.