8 #include <system/enum_helpers.h>
10 #include "aspose.tasks.cpp/Recurring/weeks/WeeklyRepetitionBase.h"
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
19 class RecurrencePatternValidatorBase;
24 class RecurrenceDateCalculatorBase;
27 enum class WeekdayType;
43 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
44 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
65 ASPOSE_TASKS_SHARED_API System::SharedPtr<RecurrencePatternValidatorBase> GetValidatorInternal(System::SharedPtr<Calendar> calendar)
override;
66 ASPOSE_TASKS_SHARED_API System::SharedPtr<Recurring::Calculators::RecurrenceDateCalculatorBase> GetCalculatorInternal(System::SharedPtr<Calendar> calendar,
Duration duration)
override;
67 #ifdef ASPOSE_GET_SHARED_MEMBERS
68 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
74 WeekdayType pr_WeekDays;
Represents duration in a project.
Definition: Duration.h:163
Represents a base class for repetitions in weekly recurrence pattern.
Definition: WeeklyRepetitionBase.h:40
Represents a pattern which is based on weekdays.
Definition: WeeklyRepetition.h:39
void set_WeekDays(WeekdayType value)
Sets a type of weekdays.
WeekdayType get_WeekDays() const
Gets a type of weekdays.
WeeklyRepetition()
Initializes a new instance of the WeeklyRepetition class.