Aspose.Tasks for C++
|
Represents the recurrence range of recurring task which is limited by occurrence number. More...
#include <EndAfterRecurrenceRange.h>
Inherits Aspose::Tasks::RecurrenceRangeBase.
Public Member Functions | |
int32_t | get_OccurrenceNumber () const |
Gets the number of occurrences which limits the recurrence range of the recurring task. More... | |
void | set_OccurrenceNumber (int32_t value) |
Sets the number of occurrences which limits the recurrence range of the recurring task. More... | |
EndAfterRecurrenceRange () | |
Initializes a new instance of the EndAfterRecurrenceRange 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 occurrence number.
Aspose::Tasks::EndAfterRecurrenceRange::EndAfterRecurrenceRange | ( | ) |
Initializes a new instance of the EndAfterRecurrenceRange class.
int32_t Aspose::Tasks::EndAfterRecurrenceRange::get_OccurrenceNumber | ( | ) | const |
Gets the number of occurrences which limits the recurrence range of the recurring task.
void Aspose::Tasks::EndAfterRecurrenceRange::set_OccurrenceNumber | ( | int32_t | value | ) |
Sets the number of occurrences which limits the recurrence range of the recurring task.