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

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

#include <WeeklyRecurrencePattern.h>

Inherits Aspose::Tasks::RecurrencePatternBase.

Public Member Functions

const System::SharedPtr< WeeklyRepetitionBase > & get_Repetition () const
 Gets the recurring repetition pattern. More...
 
void set_Repetition (const System::SharedPtr< WeeklyRepetitionBase > &value)
 Sets the recurring repetition pattern. More...
 
 WeeklyRecurrencePattern ()
 Initializes a new instance of the WeeklyRecurrencePattern 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 weekly recurring task in a project.

Constructor & Destructor Documentation

◆ WeeklyRecurrencePattern()

Aspose::Tasks::WeeklyRecurrencePattern::WeeklyRecurrencePattern ( )

Initializes a new instance of the WeeklyRecurrencePattern class.

Member Function Documentation

◆ get_Repetition()

const System::SharedPtr<WeeklyRepetitionBase>& Aspose::Tasks::WeeklyRecurrencePattern::get_Repetition ( ) const

Gets the recurring repetition pattern.

◆ set_Repetition()

void Aspose::Tasks::WeeklyRecurrencePattern::set_Repetition ( const System::SharedPtr< WeeklyRepetitionBase > &  value)

Sets the recurring repetition pattern.