Aspose.Tasks for C++
Aspose::Tasks::EndAfterRecurrenceRange Class Reference

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...
 

Detailed Description

Represents the recurrence range of recurring task which is limited by occurrence number.

Constructor & Destructor Documentation

◆ EndAfterRecurrenceRange()

Aspose::Tasks::EndAfterRecurrenceRange::EndAfterRecurrenceRange ( )

Initializes a new instance of the EndAfterRecurrenceRange class.

Member Function Documentation

◆ get_OccurrenceNumber()

int32_t Aspose::Tasks::EndAfterRecurrenceRange::get_OccurrenceNumber ( ) const

Gets the number of occurrences which limits the recurrence range of the recurring task.

◆ set_OccurrenceNumber()

void Aspose::Tasks::EndAfterRecurrenceRange::set_OccurrenceNumber ( int32_t  value)

Sets the number of occurrences which limits the recurrence range of the recurring task.