Modifier and Type | Class and Description |
---|---|
class |
DailyRecurrencePattern
Represents a recurrence pattern of daily recurrence type.
|
class |
MonthlyRecurrencePattern
Represents a recurrence pattern of monthly recurrence type.
|
class |
TaskRegeneratingPattern
Represents the regenerating recurrence pattern that specifies how many days, weeks, months or years
after the completion of the current task the next occurrence will be due.
|
class |
WeeklyRecurrencePattern
Represents a recurrence pattern of weekly recurrence type.
|
class |
YearlyRecurrencePattern
Represents a recurrence pattern of yearly recurrence type.
|
Modifier and Type | Method and Description |
---|---|
CalendarRecurrencePattern |
ExchangeTask.getRecurrence()
Gets or sets a recurrence information for a recurring task.
|
CalendarRecurrencePattern |
Appointment.getRecurrencePattern()
Gets or sets the recurrence pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeTask.setRecurrence(CalendarRecurrencePattern value)
Gets or sets a recurrence information for a recurring task.
|
void |
Appointment.setRecurrencePattern(CalendarRecurrencePattern value)
Gets or sets the recurrence pattern.
|
Constructor and Description |
---|
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
CalendarRecurrencePattern recurrencePattern)
Initialize a new instance of the
Appointment class. |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid,
CalendarRecurrencePattern recurrencePattern)
Initialize a new instance of the
Appointment class. |
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.