MapiCalendarDailyRecurrencePattern
MapiCalendarDailyRecurrencePattern class
Inherits: Aspose::Email::Mapi::MapiCalendarRecurrencePattern
Represents the daily recurrence pattern of the mapi calendar
Constructors
| Name | Description |
|---|---|
| MapiCalendarDailyRecurrencePattern | Initializes a new instance of the MapiCalendarDailyRecurrencePattern class |
Methods
| Name | Description |
|---|---|
| get_DayOfWeek | Gets the days of week at which the event occurs |
| get_Period | Gets interval (in days) at which the meeting pattern repeats |
| get_PeriodInMinutes | Implements Aspose::Email::Mapi::MapiCalendarRecurrencePattern . |
| ParsePatternTypeSpecificField | Parses the pattern type specific fields |
| set_DayOfWeek | Sets the days of week at which the event occurs |
| set_Period | Sets interval (in days) at which the meeting pattern repeats |
| ToCalendarRecurrence | Converts this instance to the corresponding CalendarRecurrence |