| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteMonthlyRecurrencePattern
Represents a monthly recurrence pattern.
|
class |
AbsoluteYearlyRecurrencePattern
Represents a yearly recurrence pattern.
|
class |
DailyRecurrencePattern
Describes the frequency, in days, in which a calendar item or a task recurs.
|
class |
RelativeMonthlyRecurrencePattern
Describes a relative monthly recurrence pattern.
|
class |
RelativeYearlyRecurrencePattern
Describes a relative yearly recurrence pattern.
|
class |
WeeklyRecurrencePattern
Describes a weekly recurrence pattern.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrencePattern |
Recurrence.getPattern()
Gets the recurrence pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recurrence.setPattern(RecurrencePattern pattern)
Sets the recurrence pattern.
|
| Constructor and Description |
|---|
Recurrence(RecurrencePattern pattern)
Initializes a new instance of the Recurrence class.
|
Recurrence(RecurrencePattern pattern,
RecurrenceRange range)
Initializes a new instance of the Recurrence class.
|