|
Aspose.Tasks for C++
|
Represents a pattern which is based on the position of weekday in a month. More...
#include <ByMonthWeekDayRepetition.h>
Inherits Aspose::Tasks::MonthlyRepetitionBase.
Public Member Functions | |
| System::DayOfWeek | get_WeekDay () const |
| Gets a type of weekday on which the task must be recurring. More... | |
| void | set_WeekDay (System::DayOfWeek value) |
| Sets a type of weekday on which the task must be recurring. More... | |
| OrdinalNumber | get_Position () const |
| Gets a position of weekday in a month on which the task must be recurring. More... | |
| void | set_Position (OrdinalNumber value) |
| Sets a position of weekday in a month on which the task must be recurring. More... | |
| ByMonthWeekDayRepetition () | |
| Initializes a new instance of the ByMonthWeekDayRepetition class. More... | |
Public Member Functions inherited from Aspose::Tasks::MonthlyRepetitionBase | |
| int32_t | get_RepetitionInterval () const |
| Gets a number of month which represents the interval in months between occurrences. More... | |
| void | set_RepetitionInterval (int32_t value) |
| Sets a number of month which represents the interval in months between occurrences. More... | |
Represents a pattern which is based on the position of weekday in a month.
| Aspose::Tasks::ByMonthWeekDayRepetition::ByMonthWeekDayRepetition | ( | ) |
Initializes a new instance of the ByMonthWeekDayRepetition class.
| OrdinalNumber Aspose::Tasks::ByMonthWeekDayRepetition::get_Position | ( | ) | const |
Gets a position of weekday in a month on which the task must be recurring.
| System::DayOfWeek Aspose::Tasks::ByMonthWeekDayRepetition::get_WeekDay | ( | ) | const |
Gets a type of weekday on which the task must be recurring.
| void Aspose::Tasks::ByMonthWeekDayRepetition::set_Position | ( | OrdinalNumber | value | ) |
Sets a position of weekday in a month on which the task must be recurring.
| void Aspose::Tasks::ByMonthWeekDayRepetition::set_WeekDay | ( | System::DayOfWeek | value | ) |
Sets a type of weekday on which the task must be recurring.