MonthlyRecurrencePattern.MonthlyRecurrencePattern
Contents
[
Hide
]MonthlyRecurrencePattern()
Initializes a new instance of the MonthlyRecurrencePattern
class.
public MonthlyRecurrencePattern()
See Also
- class MonthlyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
MonthlyRecurrencePattern(int, int)
Initializes a new instance of the MonthlyRecurrencePattern
class.
public MonthlyRecurrencePattern(int startOffset, int interval)
Parameter | Type | Description |
---|---|---|
startOffset | Int32 | The start offset. |
interval | Int32 | The number of recurrence units. |
See Also
- class MonthlyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
MonthlyRecurrencePattern(DayPosition, CalendarDay, int)
Initializes a new instance of the MonthlyRecurrencePattern
class.
public MonthlyRecurrencePattern(DayPosition startPosition, CalendarDay startDay, int interval)
Parameter | Type | Description |
---|---|---|
startPosition | DayPosition | The start position. |
startDay | CalendarDay | The start day. |
interval | Int32 | The number of recurrence units. |
See Also
- enum DayPosition
- enum CalendarDay
- class MonthlyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email