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

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

#include <ByMonthWeekDayRepetition.h>

Inherits Aspose::Tasks::MonthlyRepetitionBase.

Public Member Functions

System::DayOfWeek get_WeekDay () const
 Gets a type of weekday on which the task must be recurring. More...
 
void set_WeekDay (System::DayOfWeek value)
 Sets a type of weekday on which the task must be recurring. More...
 
OrdinalNumber get_Position () const
 Gets a position of weekday in a month on which the task must be recurring. More...
 
void set_Position (OrdinalNumber value)
 Sets a position of weekday in a month on which the task must be recurring. More...
 
 ByMonthWeekDayRepetition ()
 Initializes a new instance of the ByMonthWeekDayRepetition class. More...
 
- Public Member Functions inherited from Aspose::Tasks::MonthlyRepetitionBase
int32_t get_RepetitionInterval () const
 Gets a number of month which represents the interval in months between occurrences. More...
 
void set_RepetitionInterval (int32_t value)
 Sets a number of month which represents the interval in months between occurrences. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ByMonthWeekDayRepetition()

Aspose::Tasks::ByMonthWeekDayRepetition::ByMonthWeekDayRepetition ( )

Initializes a new instance of the ByMonthWeekDayRepetition class.

Member Function Documentation

◆ get_Position()

OrdinalNumber Aspose::Tasks::ByMonthWeekDayRepetition::get_Position ( ) const

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

◆ get_WeekDay()

System::DayOfWeek Aspose::Tasks::ByMonthWeekDayRepetition::get_WeekDay ( ) const

Gets a type of weekday on which the task must be recurring.

◆ set_Position()

void Aspose::Tasks::ByMonthWeekDayRepetition::set_Position ( OrdinalNumber  value)

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

◆ set_WeekDay()

void Aspose::Tasks::ByMonthWeekDayRepetition::set_WeekDay ( System::DayOfWeek  value)

Sets a type of weekday on which the task must be recurring.