|
Aspose.Tasks for C++
|
Represents a pattern which is based on the absolute position of a day in a month. More...
#include <ByYearDayRepetition.h>
Inherits Aspose::Tasks::YearlyRepetitionBase.
Public Member Functions | |
| int32_t | get_DayPosition () const |
| Gets a position of day in a month on which the task must be recurring. More... | |
| void | set_DayPosition (int32_t value) |
| Sets a position of day in a month 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... | |
| ByYearDayRepetition () | |
| Initializes a new instance of the ByYearDayRepetition class. More... | |
Represents a pattern which is based on the absolute position of a day in a month.
| Aspose::Tasks::ByYearDayRepetition::ByYearDayRepetition | ( | ) |
Initializes a new instance of the ByYearDayRepetition class.
| int32_t Aspose::Tasks::ByYearDayRepetition::get_DayPosition | ( | ) | const |
Gets a position of day in a month on which the task must be recurring.
| Aspose::Tasks::Month Aspose::Tasks::ByYearDayRepetition::get_Month | ( | ) | const |
Gets a month on which the task must be recurring.
| void Aspose::Tasks::ByYearDayRepetition::set_DayPosition | ( | int32_t | value | ) |
Sets a position of day in a month on which the task must be recurring.
| void Aspose::Tasks::ByYearDayRepetition::set_Month | ( | Aspose::Tasks::Month | value | ) |
Sets a month on which the task must be recurring.