| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
EndDateRecurrenceRange
Describes the start date and the end date of an item recurrence pattern.
|
class |
NoEndRecurrenceRange
Describes the start date of an item recurrence pattern that does not have a defined end date.
|
class |
NumberedRecurrenceRange
Describes the start date and the number of occurrences of a recurring item.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceRange |
TaskRecurrence.getRange()
Gets the Recurrence range for the Tasks.
|
RecurrenceRange |
Recurrence.getRange()
Gets the recurrence range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRecurrence.setRange(RecurrenceRange range)
Gets the Recurrence range for the Tasks.
|
void |
Recurrence.setRange(RecurrenceRange range)
Sets the recurrence range.
|
| Constructor and Description |
|---|
Recurrence(RecurrencePattern pattern,
RecurrenceRange range)
Initializes a new instance of the Recurrence class.
|
TaskRecurrence(TaskRecurrencePattern pattern,
RecurrenceRange range)
Initializes a new instance of the TaskRecurrence class.
|