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

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

#include <YearlyRecurrencePattern.h>

Inherits Aspose::Tasks::RecurrencePatternBase.

Public Member Functions

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

Constructor & Destructor Documentation

◆ YearlyRecurrencePattern()

Aspose::Tasks::YearlyRecurrencePattern::YearlyRecurrencePattern ( )

Initializes a new instance of the YearlyRecurrencePattern class.

Member Function Documentation

◆ get_Repetition()

const System::SharedPtr<YearlyRepetitionBase>& Aspose::Tasks::YearlyRecurrencePattern::get_Repetition ( ) const

Gets the recurring position pattern.

◆ set_Repetition()

void Aspose::Tasks::YearlyRecurrencePattern::set_Repetition ( const System::SharedPtr< YearlyRepetitionBase > &  value)

Sets the recurring position pattern.