Aspose.Tasks for C++
|
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... | |
Represents the set of parameters are used to create a monthly recurring task in a project.
Aspose::Tasks::MonthlyRecurrencePattern::MonthlyRecurrencePattern | ( | ) |
Initializes a new instance of the MonthlyRecurrencePattern class.
const System::SharedPtr<MonthlyRepetitionBase>& Aspose::Tasks::MonthlyRecurrencePattern::get_Repetition | ( | ) | const |
Gets the recurring repetition pattern.
void Aspose::Tasks::MonthlyRecurrencePattern::set_Repetition | ( | const System::SharedPtr< MonthlyRepetitionBase > & | value | ) |
Sets the recurring repetition pattern.