|
Aspose.Tasks for C++
|
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... | |
Represents a pattern which is based on weekdays.
| Aspose::Tasks::WeeklyRepetition::WeeklyRepetition | ( | ) |
Initializes a new instance of the WeeklyRepetition class.
| WeekdayType Aspose::Tasks::WeeklyRepetition::get_WeekDays | ( | ) | const |
Gets a type of weekdays.
| void Aspose::Tasks::WeeklyRepetition::set_WeekDays | ( | WeekdayType | value | ) |
Sets a type of weekdays.