|
Aspose.Tasks for C++
|
Represents the recurrence range of recurring task which is limited by finish day. More...
#include <EndByRecurrenceRange.h>
Inherits Aspose::Tasks::RecurrenceRangeBase.
Public Member Functions | |
| System::DateTime | get_Finish () const |
| Gets the date which limits the recurrence range of the recurring task. More... | |
| void | set_Finish (System::DateTime value) |
| Sets the date which limits the recurrence range of the recurring task. More... | |
| EndByRecurrenceRange () | |
| Initializes a new instance of the EndByRecurrenceRange class. More... | |
Public Member Functions inherited from Aspose::Tasks::RecurrenceRangeBase | |
| 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 which is limited by finish day.
| Aspose::Tasks::EndByRecurrenceRange::EndByRecurrenceRange | ( | ) |
Initializes a new instance of the EndByRecurrenceRange class.
| System::DateTime Aspose::Tasks::EndByRecurrenceRange::get_Finish | ( | ) | const |
Gets the date which limits the recurrence range of the recurring task.
| void Aspose::Tasks::EndByRecurrenceRange::set_Finish | ( | System::DateTime | value | ) |
Sets the date which limits the recurrence range of the recurring task.