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

Represents the set of parameters are used to create a monthly recurring task in a project. More...

#include <MonthlyRecurrencePattern.h>

Inherits Aspose::Tasks::RecurrencePatternBase.

Public Member Functions

const System::SharedPtr< MonthlyRepetitionBase > & get_Repetition () const
 Gets the recurring repetition pattern. More...
 
void set_Repetition (const System::SharedPtr< MonthlyRepetitionBase > &value)
 Sets the recurring repetition pattern. More...
 
 MonthlyRecurrencePattern ()
 Initializes a new instance of the MonthlyRecurrencePattern class. More...
 
- Public Member Functions inherited from Aspose::Tasks::RecurrencePatternBase
const System::SharedPtr< RecurrenceRangeBase > & get_RecurrenceRange () const
 Gets the recurrence range. More...
 
void set_RecurrenceRange (const System::SharedPtr< RecurrenceRangeBase > &value)
 Sets the recurrence range. More...
 

Detailed Description

Represents the set of parameters are used to create a monthly recurring task in a project.

Constructor & Destructor Documentation

◆ MonthlyRecurrencePattern()

Aspose::Tasks::MonthlyRecurrencePattern::MonthlyRecurrencePattern ( )

Initializes a new instance of the MonthlyRecurrencePattern class.

Member Function Documentation

◆ get_Repetition()

const System::SharedPtr<MonthlyRepetitionBase>& Aspose::Tasks::MonthlyRecurrencePattern::get_Repetition ( ) const

Gets the recurring repetition pattern.

◆ set_Repetition()

void Aspose::Tasks::MonthlyRecurrencePattern::set_Repetition ( const System::SharedPtr< MonthlyRepetitionBase > &  value)

Sets the recurring repetition pattern.