Represents a recurrence pattern of monthly recurrence type. More...
Inherits Aspose::Email::Calendar::Recurrences::RecurrencePattern.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API int32_t | get_iStartDay () const |
ASPOSE_EMAIL_SHARED_API CalendarDay | get_StartDay () |
Gets the start day. More... | |
ASPOSE_EMAIL_SHARED_API void | set_StartDay (CalendarDay value) |
Sets the start day. More... | |
ASPOSE_EMAIL_SHARED_API int32_t | get_StartOffset () const |
Gets the start offset. More... | |
ASPOSE_EMAIL_SHARED_API void | set_StartOffset (int32_t value) |
Sets the start offset. More... | |
ASPOSE_EMAIL_SHARED_API int32_t | get_iStartPosition () const |
ASPOSE_EMAIL_SHARED_API DayPosition | get_StartPosition () |
Gets the start position. More... | |
ASPOSE_EMAIL_SHARED_API void | set_StartPosition (DayPosition value) |
Sets the start position. More... | |
ASPOSE_EMAIL_SHARED_API | MonthlyRecurrencePattern () |
Initializes a new instance of the MonthlyRecurrencePattern class. More... | |
ASPOSE_EMAIL_SHARED_API | MonthlyRecurrencePattern (int32_t startOffset, int32_t interval) |
Initializes a new instance of the MonthlyRecurrencePattern class. More... | |
ASPOSE_EMAIL_SHARED_API | MonthlyRecurrencePattern (DayPosition startPosition, CalendarDay startDay, int32_t interval) |
Initializes a new instance of the MonthlyRecurrencePattern class. More... | |
![]() | |
ASPOSE_EMAIL_SHARED_API int32_t | get_Interval () const |
Gets the number of recurrence units. More... | |
ASPOSE_EMAIL_SHARED_API void | set_Interval (int32_t value) |
Sets the number of recurrence units. More... | |
ASPOSE_EMAIL_SHARED_API int32_t | get_Occurs () const |
Gets the number of occurrences of the recurrence pattern. More... | |
ASPOSE_EMAIL_SHARED_API void | set_Occurs (int32_t value) |
Sets the number of occurrences of the recurrence pattern. More... | |
ASPOSE_EMAIL_SHARED_API System::DateTime | get_EndDate () const |
Gets the end date. More... | |
ASPOSE_EMAIL_SHARED_API void | set_EndDate (System::DateTime value) |
Sets the end date. More... | |
ASPOSE_EMAIL_SHARED_API CalendarDay | get_WeekStart () const |
Gets the week start. More... | |
ASPOSE_EMAIL_SHARED_API void | set_WeekStart (CalendarDay value) |
Sets the week start. More... | |
Friends | |
class | Aspose::Email::Calendar::Recurrences::RecurrencePattern |
Additional Inherited Members | |
![]() | |
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > | BuildYearlyRRule (System::SharedPtr< YearlyRecurrencePattern > p) |
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > | BuildMonthlyRRule (System::SharedPtr< MonthlyRecurrencePattern > p) |
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > | BuildWeeklyRRule (System::SharedPtr< WeeklyRecurrencePattern > p) |
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > | BuildDailyRRule (System::SharedPtr< DailyRecurrencePattern > p) |
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< RecurrencePattern > | to_RecurrencePattern (System::String value) |
![]() | |
CalendarDay | icalendarday0 |
int32_t | interval |
int32_t | occurs |
System::DateTime | endDate |
![]() | |
ASPOSE_EMAIL_SHARED_API | RecurrencePattern () |
Initializes a new instance of the RecurrencePattern class. More... | |
ASPOSE_EMAIL_SHARED_API | RecurrencePattern (System::DateTime endDate) |
Initializes a new instance of the RecurrencePattern class. More... | |
ASPOSE_EMAIL_SHARED_API | RecurrencePattern (int32_t occurs) |
Initializes a new instance of the RecurrencePattern class. More... | |
ASPOSE_EMAIL_SHARED_API | RecurrencePattern (System::DateTime endDate, int32_t interval) |
Initializes a new instance of the RecurrencePattern class. More... | |
ASPOSE_EMAIL_SHARED_API | RecurrencePattern (int32_t occurs, int32_t interval) |
Initializes a new instance of the RecurrencePattern class. More... | |
Represents a recurrence pattern of monthly recurrence type.
ASPOSE_EMAIL_SHARED_API Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::MonthlyRecurrencePattern | ( | ) |
Initializes a new instance of the MonthlyRecurrencePattern class.
ASPOSE_EMAIL_SHARED_API Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::MonthlyRecurrencePattern | ( | int32_t | startOffset, |
int32_t | interval | ||
) |
Initializes a new instance of the MonthlyRecurrencePattern class.
startOffset | The start offset. |
interval | The number of recurrence units. |
ASPOSE_EMAIL_SHARED_API Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::MonthlyRecurrencePattern | ( | DayPosition | startPosition, |
CalendarDay | startDay, | ||
int32_t | interval | ||
) |
Initializes a new instance of the MonthlyRecurrencePattern class.
startPosition | The start position. |
startDay | The start day. |
interval | The number of recurrence units. |
ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::get_iStartDay | ( | ) | const |
ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::get_iStartPosition | ( | ) | const |
ASPOSE_EMAIL_SHARED_API CalendarDay Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::get_StartDay | ( | ) |
Gets the start day.
The start day.
ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::get_StartOffset | ( | ) | const |
Gets the start offset.
The start offset.
ASPOSE_EMAIL_SHARED_API DayPosition Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::get_StartPosition | ( | ) |
Gets the start position.
The start position.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::set_StartDay | ( | CalendarDay | value | ) |
Sets the start day.
The start day.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::set_StartOffset | ( | int32_t | value | ) |
Sets the start offset.
The start offset.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Calendar::Recurrences::MonthlyRecurrencePattern::set_StartPosition | ( | DayPosition | value | ) |
Sets the start position.
The start position.
|
friend |