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