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

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

#include <DailyRecurrencePattern.h>

Inherits Aspose::Tasks::RecurrencePatternBase.

Public Member Functions

const System::SharedPtr< DailyRepetitionBase > & get_Repetition () const
 Gets the pattern of repetitions in daily recurrence pattern. More...
 
void set_Repetition (const System::SharedPtr< DailyRepetitionBase > &value)
 Sets the pattern of repetitions in daily recurrence pattern. More...
 
 DailyRecurrencePattern ()
 Initializes a new instance of the DailyRecurrencePattern 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 daily recurring task in a project.

Constructor & Destructor Documentation

◆ DailyRecurrencePattern()

Aspose::Tasks::DailyRecurrencePattern::DailyRecurrencePattern ( )

Initializes a new instance of the DailyRecurrencePattern class.

Member Function Documentation

◆ get_Repetition()

const System::SharedPtr<DailyRepetitionBase>& Aspose::Tasks::DailyRecurrencePattern::get_Repetition ( ) const

Gets the pattern of repetitions in daily recurrence pattern.

◆ set_Repetition()

void Aspose::Tasks::DailyRecurrencePattern::set_Repetition ( const System::SharedPtr< DailyRepetitionBase > &  value)

Sets the pattern of repetitions in daily recurrence pattern.