Aspose::Email::Calendar::Recurrences
Contents
[
Hide
]Aspose::Email::Calendar::Recurrences namespace
The Aspose::Email::Calendar::Recurrences namespace groups the types used to model recurrence patterns for calendar items, such as daily, weekly, or monthly repeats. It includes core classes like RecurrencePattern and CalendarRecurrence, as well as supporting collections for days and numbers.
Classes
| Name | Description |
|---|---|
| ByDay | Represents Nth occurrence (or all occurrences) of the specified day of the week. |
| ByDayCollection | Represents a collection of ByDay objects. |
| ByNumberCollection | Represents a set of months, weeks, days, hours, minutes or seconds in a recurren |
| CalendarRecurrence | The main class, represents an iCalendar recurrence. |
| DailyRecurrencePattern | Represents a recurrence pattern of daily recurrence type. |
| DateCollection | Represents a collection of DateTime values. |
| MonthlyRecurrencePattern | Represents a recurrence pattern of monthly recurrence type. |
| RecurrencePattern | Represents a recurrence pattern. |
| RecurrenceRule | Represents one recurrence or exception rule in a recurrence pattern. |
| RecurrenceRuleCollection | Represents a collection of RecurrenceRule objects. |
| WeeklyRecurrencePattern | Represents a recurrence pattern of weekly recurrence type. |
| YearlyRecurrencePattern | Represents a recurrence pattern of yearly recurrence type. |
Enumerations
| Name | Description |
|---|---|
| CalendarDay | Represents the day of the week. |
| CalendarMonth | Represents a calendar month. |
| DayPosition | Day positions, typically found in a month. |
| EndType | Specifies how the recurrence rule ends. |
| Frequency | Specifies frequency of the recurrence rule. |