8 #include <system/date_time.h>
10 #include "aspose.tasks.cpp/Recurring/RecurrenceRangeBase.h"
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
26 template <
typename>
class IEnumerable;
43 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
44 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
51 ASPOSE_TASKS_SHARED_API System::DateTime get_Finish()
const;
55 ASPOSE_TASKS_SHARED_API
void set_Finish(System::DateTime value);
65 ASPOSE_TASKS_SHARED_API System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<WorkUnit>>> GetDateRanges()
override;
66 #ifdef ASPOSE_GET_SHARED_MEMBERS
67 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
73 System::DateTime pr_Finish;
Represents the recurrence range of recurring task which is limited by finish day. ...
Definition: EndByRecurrenceRange.h:38
Represents the recurrence range of recurring task.
Definition: RecurrenceRangeBase.h:49