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

Represents a base pattern for monthly day position. More...

#include <MonthlyRepetitionBase.h>

Inherits Aspose::Tasks::Recurring::Validators::IValidatorCreator, and Aspose::Tasks::Recurring::Calculators::ICalculatorCreator.

Inherited by Aspose::Tasks::ByMonthDayRepetition, and Aspose::Tasks::ByMonthWeekDayRepetition.

Public Member Functions

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

Detailed Description

Represents a base pattern for monthly day position.

Member Function Documentation

◆ get_RepetitionInterval()

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

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

◆ set_RepetitionInterval()

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

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