Aspose.Tasks for C++
Aspose::Tasks::WeeklyRepetitionBase Class Referenceabstract

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...
 

Detailed Description

Represents a base class for repetitions in weekly recurrence pattern.

Member Function Documentation

◆ get_RepetitionInterval()

int32_t Aspose::Tasks::WeeklyRepetitionBase::get_RepetitionInterval ( ) const

Gets a number of weeks which represents the interval in weeks between occurrences.

◆ set_RepetitionInterval()

void Aspose::Tasks::WeeklyRepetitionBase::set_RepetitionInterval ( int32_t  value)

Sets a number of weeks which represents the interval in weeks between occurrences.