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

Represents a base class for repetitions in daily recurrence pattern. More...

#include <DailyRepetitionBase.h>

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

Inherited by Aspose::Tasks::DailyCalendarRepetition, and Aspose::Tasks::DailyWorkRepetition.

Public Member Functions

int32_t get_RepetitionInterval () const
 Gets a number of days which represents the interval in days between occurrences. More...
 
void set_RepetitionInterval (int32_t value)
 Sets a number of days which represents the interval in days between occurrences. More...
 

Detailed Description

Represents a base class for repetitions in daily recurrence pattern.

Member Function Documentation

◆ get_RepetitionInterval()

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

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

◆ set_RepetitionInterval()

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

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