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

Represents a pattern which is based on the absolute position of a day in a month. More...

#include <ByMonthDayRepetition.h>

Inherits Aspose::Tasks::MonthlyRepetitionBase.

Public Member Functions

int32_t get_DayPosition () const
 Gets a position of a day in a month on which the task must be recurring. More...
 
void set_DayPosition (int32_t value)
 Sets a position of a day in a month on which the task must be recurring. More...
 
 ByMonthDayRepetition ()
 Initializes a new instance of the ByMonthDayRepetition class. More...
 
- Public Member Functions inherited from Aspose::Tasks::MonthlyRepetitionBase
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 pattern which is based on the absolute position of a day in a month.

Constructor & Destructor Documentation

◆ ByMonthDayRepetition()

Aspose::Tasks::ByMonthDayRepetition::ByMonthDayRepetition ( )

Initializes a new instance of the ByMonthDayRepetition class.

Member Function Documentation

◆ get_DayPosition()

int32_t Aspose::Tasks::ByMonthDayRepetition::get_DayPosition ( ) const

Gets a position of a day in a month on which the task must be recurring.

◆ set_DayPosition()

void Aspose::Tasks::ByMonthDayRepetition::set_DayPosition ( int32_t  value)

Sets a position of a day in a month on which the task must be recurring.