|
Aspose.Tasks for C++
|
Represents the recurrence range of recurring task. More...
#include <RecurrenceRangeBase.h>
Inherits Object.
Inherited by Aspose::Tasks::EndAfterRecurrenceRange, and Aspose::Tasks::EndByRecurrenceRange.
Public Member Functions | |
| System::DateTime | get_Start () const |
| Gets the start date of the recurrence range of the recurring task. More... | |
| void | set_Start (System::DateTime value) |
| Sets the start date of the recurrence range of the recurring task. More... | |
Represents the recurrence range of recurring task.
| System::DateTime Aspose::Tasks::RecurrenceRangeBase::get_Start | ( | ) | const |
Gets the start date of the recurrence range of the recurring task.
| void Aspose::Tasks::RecurrenceRangeBase::set_Start | ( | System::DateTime | value | ) |
Sets the start date of the recurrence range of the recurring task.