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

Represents a pattern which is based on weekdays. More...

#include <WeeklyRepetition.h>

Inherits Aspose::Tasks::WeeklyRepetitionBase.

Public Member Functions

WeekdayType get_WeekDays () const
 Gets a type of weekdays. More...
 
void set_WeekDays (WeekdayType value)
 Sets a type of weekdays. More...
 
 WeeklyRepetition ()
 Initializes a new instance of the WeeklyRepetition class. More...
 
- Public Member Functions inherited from Aspose::Tasks::WeeklyRepetitionBase
int32_t get_RepetitionInterval () const
 Gets a number of weeks which represents the interval in weeks between occurrences. More...
 
void set_RepetitionInterval (int32_t value)
 Sets a number of weeks which represents the interval in weeks between occurrences. More...
 

Detailed Description

Represents a pattern which is based on weekdays.

Constructor & Destructor Documentation

◆ WeeklyRepetition()

Aspose::Tasks::WeeklyRepetition::WeeklyRepetition ( )

Initializes a new instance of the WeeklyRepetition class.

Member Function Documentation

◆ get_WeekDays()

WeekdayType Aspose::Tasks::WeeklyRepetition::get_WeekDays ( ) const

Gets a type of weekdays.

◆ set_WeekDays()

void Aspose::Tasks::WeeklyRepetition::set_WeekDays ( WeekdayType  value)

Sets a type of weekdays.