10 #include "aspose.tasks.cpp/Recurring/months/MonthlyRepetitionBase.h"
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
18 class RecurrencePatternValidatorBase;
34 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
35 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
42 ASPOSE_TASKS_SHARED_API int32_t get_DayPosition()
const;
46 ASPOSE_TASKS_SHARED_API
void set_DayPosition(int32_t value);
55 ASPOSE_TASKS_SHARED_API System::SharedPtr<RecurrencePatternValidatorBase> GetValidatorInternal(System::SharedPtr<Calendar> calendar)
override;
Represents a pattern which is based on the absolute position of a day in a month. ...
Definition: ByMonthDayRepetition.h:29
Represents a base pattern for monthly day position.
Definition: MonthlyRepetitionBase.h:39