Aspose.Tasks for C++
Aspose::Tasks::RecurrencePatternBase Class Referenceabstract

Represents the base class of recurrence pattern. More...

#include <RecurrencePatternBase.h>

Inherits 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...
 

Detailed Description

Represents the base class of recurrence pattern.

Member Function Documentation

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.