Package org.dmfs.rfc5545.recurrenceset
Class RecurrenceList
java.lang.Object
org.dmfs.rfc5545.recurrenceset.AbstractRecurrenceAdapter
org.dmfs.rfc5545.recurrenceset.RecurrenceList
Deprecated.
A concrete
AbstractRecurrenceAdapter for lists of instances. You can provide the instances in a String or in an array of longs.-
Constructor Summary
ConstructorsConstructorDescriptionRecurrenceList(long[] instances) Deprecated.Create an adapter for the instances inlist.RecurrenceList(String list, TimeZone timeZone) Deprecated.Create an adapter for the instances inlist.RecurrenceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics, String list, TimeZone timeZone) Deprecated.Create an adapter for the instances inlist. -
Method Summary
-
Constructor Details
-
RecurrenceList
Deprecated.Create an adapter for the instances inlist.- Parameters:
list- A comma separated list of instances using the date-time format as defined in RFC 5545.timeZone- The time zone to apply to the instances.
-
RecurrenceList
public RecurrenceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics, String list, TimeZone timeZone) Deprecated.Create an adapter for the instances inlist.- Parameters:
calendarMetrics- The calendar scale to use.list- A comma separated list of instances using the date-time format as defined in RFC 5545.timeZone- The time zone to apply to the instances.
-
RecurrenceList
public RecurrenceList(long[] instances) Deprecated.Create an adapter for the instances inlist.- Parameters:
instances- An array of instance time stamps in milliseconds.
-