10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
11 #include "aspose.tasks.cpp/Recurring/Validators/IValidatorCreator.h"
12 #include "aspose.tasks.cpp/Recurring/Calculators/ICalculatorCreator.h"
20 class MonthlyRecurrencePattern;
21 class RecurrencePatternValidatorBase;
26 class RecurrenceDateCalculatorBase;
39 class ASPOSE_TASKS_SHARED_CLASS
MonthlyRepetitionBase :
public Recurring::Validators::IValidatorCreator,
public Recurring::Calculators::ICalculatorCreator
42 typedef Recurring::Validators::IValidatorCreator BaseType;
43 typedef Recurring::Calculators::ICalculatorCreator BaseType1;
45 typedef ::System::BaseTypesInfo<BaseType, BaseType1> ThisTypeBaseTypesInfo;
46 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
68 ASPOSE_TASKS_SHARED_API System::SharedPtr<Calendar> GetCalendarInternal();
69 ASPOSE_TASKS_SHARED_API
virtual System::SharedPtr<RecurrencePatternValidatorBase> GetValidatorInternal(System::SharedPtr<Calendar> calendar) = 0;
73 int32_t repetitionInterval;
75 System::SharedPtr<RecurrencePatternValidatorBase> GetValidator(System::SharedPtr<Calendar> calendar)
override;
76 System::SharedPtr<Recurring::Calculators::RecurrenceDateCalculatorBase> GetCalculator(System::SharedPtr<Calendar> calendar,
Duration duration)
override;
Represents duration in a project.
Definition: Duration.h:161
Represents the set of parameters are used to create a monthly recurring task in a project.
Definition: MonthlyRecurrencePattern.h:37
Represents a base pattern for monthly day position.
Definition: MonthlyRepetitionBase.h:40
int32_t get_RepetitionInterval() const
Gets a number of month which represents the interval in months between occurrences.
void set_RepetitionInterval(int32_t value)
Sets a number of month which represents the interval in months between occurrences.
Aspose.
Definition: Asn.h:13