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

Represents a pattern which is based on the absolute position of a day in a month. More...

#include <ByYearDayRepetition.h>

Inherits Aspose::Tasks::YearlyRepetitionBase.

Public Member Functions

int32_t get_DayPosition () const
 Gets a position of day in a month on which the task must be recurring. More...
 
void set_DayPosition (int32_t value)
 Sets a position of day in a month on which the task must be recurring. More...
 
Aspose::Tasks::Month get_Month () const
 Gets a month on which the task must be recurring. More...
 
void set_Month (Aspose::Tasks::Month value)
 Sets a month on which the task must be recurring. More...
 
 ByYearDayRepetition ()
 Initializes a new instance of the ByYearDayRepetition class. More...
 

Detailed Description

Represents a pattern which is based on the absolute position of a day in a month.

Constructor & Destructor Documentation

◆ ByYearDayRepetition()

Aspose::Tasks::ByYearDayRepetition::ByYearDayRepetition ( )

Initializes a new instance of the ByYearDayRepetition class.

Member Function Documentation

◆ get_DayPosition()

int32_t Aspose::Tasks::ByYearDayRepetition::get_DayPosition ( ) const

Gets a position of day in a month on which the task must be recurring.

◆ get_Month()

Aspose::Tasks::Month Aspose::Tasks::ByYearDayRepetition::get_Month ( ) const

Gets a month on which the task must be recurring.

◆ set_DayPosition()

void Aspose::Tasks::ByYearDayRepetition::set_DayPosition ( int32_t  value)

Sets a position of day in a month on which the task must be recurring.

◆ set_Month()

void Aspose::Tasks::ByYearDayRepetition::set_Month ( Aspose::Tasks::Month  value)

Sets a month on which the task must be recurring.