Aspose.Tasks for C++
Aspose::Tasks::DailyWorkRepetition Class Reference

Represents a class for repetitions in daily recurrence pattern based on work days. More...

#include <DailyWorkRepetition.h>

Inherits Aspose::Tasks::DailyRepetitionBase.

Public Member Functions

 DailyWorkRepetition ()
 Initializes a new instance of the DailyWorkRepetition class. More...
 
- Public Member Functions inherited from Aspose::Tasks::DailyRepetitionBase
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 class for repetitions in daily recurrence pattern based on work days.

Constructor & Destructor Documentation

◆ DailyWorkRepetition()

Aspose::Tasks::DailyWorkRepetition::DailyWorkRepetition ( )

Initializes a new instance of the DailyWorkRepetition class.