Aspose.Tasks for C++
|
Represents a pattern which is based on position of a weekday in a month. More...
#include <ByYearWeekDayRepetition.h>
Inherits Aspose::Tasks::YearlyRepetitionBase.
Public Member Functions | |
System::DayOfWeek | get_WeekDay () const |
Gets a type of week day on which the task must be recurring. More... | |
void | set_WeekDay (System::DayOfWeek value) |
Sets a type of week day on which the task must be recurring. More... | |
Aspose::Tasks::Month | get_Month () const |
Gets a month on which the task must be recurring. More... | |
void | set_Month (Aspose::Tasks::Month value) |
Sets a month on which the task must be recurring. More... | |
OrdinalNumber | get_Position () const |
Gets a position of the day in a week of a month on which the task must be recurring. More... | |
void | set_Position (OrdinalNumber value) |
Sets a position of the day in a week of a month on which the task must be recurring. More... | |
ByYearWeekDayRepetition () | |
Initializes a new instance of the ByYearWeekDayRepetition class. More... | |
Represents a pattern which is based on position of a weekday in a month.
Aspose::Tasks::ByYearWeekDayRepetition::ByYearWeekDayRepetition | ( | ) |
Initializes a new instance of the ByYearWeekDayRepetition class.
Aspose::Tasks::Month Aspose::Tasks::ByYearWeekDayRepetition::get_Month | ( | ) | const |
Gets a month on which the task must be recurring.
OrdinalNumber Aspose::Tasks::ByYearWeekDayRepetition::get_Position | ( | ) | const |
Gets a position of the day in a week of a month on which the task must be recurring.
System::DayOfWeek Aspose::Tasks::ByYearWeekDayRepetition::get_WeekDay | ( | ) | const |
Gets a type of week day on which the task must be recurring.
void Aspose::Tasks::ByYearWeekDayRepetition::set_Month | ( | Aspose::Tasks::Month | value | ) |
Sets a month on which the task must be recurring.
void Aspose::Tasks::ByYearWeekDayRepetition::set_Position | ( | OrdinalNumber | value | ) |
Sets a position of the day in a week of a month on which the task must be recurring.
void Aspose::Tasks::ByYearWeekDayRepetition::set_WeekDay | ( | System::DayOfWeek | value | ) |
Sets a type of week day on which the task must be recurring.