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();
51 ASPOSE_TASKS_SHARED_API WeekdayType get_WeekDays()
const;
55 ASPOSE_TASKS_SHARED_API
void set_WeekDays(WeekdayType value);
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 a base class for repetitions in weekly recurrence pattern.
Definition: WeeklyRepetitionBase.h:39
Represents a pattern which is based on weekdays.
Definition: WeeklyRepetition.h:38
Represents duration in a project.
Definition: Duration.h:162