Aspose.Tasks for C++
|
Represents a base class for repetitions in weekly recurrence pattern. More...
#include <WeeklyRepetitionBase.h>
Inherits Aspose::Tasks::Recurring::Validators::IValidatorCreator, and Aspose::Tasks::Recurring::Calculators::ICalculatorCreator.
Inherited by Aspose::Tasks::WeeklyRepetition.
Public Member Functions | |
int32_t | get_RepetitionInterval () const |
Gets a number of weeks which represents the interval in weeks between occurrences. More... | |
void | set_RepetitionInterval (int32_t value) |
Sets a number of weeks which represents the interval in weeks between occurrences. More... | |
Represents a base class for repetitions in weekly recurrence pattern.
int32_t Aspose::Tasks::WeeklyRepetitionBase::get_RepetitionInterval | ( | ) | const |
Gets a number of weeks which represents the interval in weeks between occurrences.
void Aspose::Tasks::WeeklyRepetitionBase::set_RepetitionInterval | ( | int32_t | value | ) |
Sets a number of weeks which represents the interval in weeks between occurrences.