Aspose.Tasks for C++
|
Represents the base class of recurrence pattern. More...
#include <RecurrencePatternBase.h>
Inherits System::Object.
Inherited by Aspose::Tasks::DailyRecurrencePattern, Aspose::Tasks::MonthlyRecurrencePattern, Aspose::Tasks::WeeklyRecurrencePattern, and Aspose::Tasks::YearlyRecurrencePattern.
Public Member Functions | |
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 base class of recurrence pattern.
const System::SharedPtr<RecurrenceRangeBase>& Aspose::Tasks::RecurrencePatternBase::get_RecurrenceRange | ( | ) | const |
Gets the recurrence range.
void Aspose::Tasks::RecurrencePatternBase::set_RecurrenceRange | ( | const System::SharedPtr< RecurrenceRangeBase > & | value | ) |
Sets the recurrence range.