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