public final class RecurrenceList extends AbstractRecurrenceAdapter
AbstractRecurrenceAdapter for lists of instances. You can provide the instances in a String or in an array of longs.| Constructor and Description |
|---|
RecurrenceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics,
java.lang.String list,
java.util.TimeZone timeZone)
Create an adapter for the instances in
list. |
RecurrenceList(long[] instances)
Create an adapter for the instances in
list. |
RecurrenceList(java.lang.String list,
java.util.TimeZone timeZone)
Create an adapter for the instances in
list. |
public RecurrenceList(java.lang.String list,
java.util.TimeZone timeZone)
list.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.public RecurrenceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics,
java.lang.String list,
java.util.TimeZone timeZone)
list.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.public RecurrenceList(long[] instances)
list.instances - An array of instance time stamps in milliseconds.