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

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

#include <ByYearWeekDayRepetition.h>

Inherits Aspose::Tasks::YearlyRepetitionBase.

Public Member Functions

System::DayOfWeek get_WeekDay () const
 Gets a type of week day on which the task must be recurring. More...
 
void set_WeekDay (System::DayOfWeek value)
 Sets a type of week day 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...
 
OrdinalNumber get_Position () const
 Gets a position of the day in a week of a month on which the task must be recurring. More...
 
void set_Position (OrdinalNumber value)
 Sets a position of the day in a week of a month on which the task must be recurring. More...
 
 ByYearWeekDayRepetition ()
 Initializes a new instance of the ByYearWeekDayRepetition class. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ByYearWeekDayRepetition()

Aspose::Tasks::ByYearWeekDayRepetition::ByYearWeekDayRepetition ( )

Initializes a new instance of the ByYearWeekDayRepetition class.

Member Function Documentation

◆ get_Month()

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

Gets a month on which the task must be recurring.

◆ get_Position()

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

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

◆ get_WeekDay()

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

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

◆ set_Month()

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

Sets a month on which the task must be recurring.

◆ set_Position()

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

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

◆ set_WeekDay()

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

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