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

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

Detailed Description

Represents the recurrence range of recurring task which is limited by finish day.

Constructor & Destructor Documentation

◆ EndByRecurrenceRange()

Aspose::Tasks::EndByRecurrenceRange::EndByRecurrenceRange ( )

Initializes a new instance of the EndByRecurrenceRange class.

Member Function Documentation

◆ get_Finish()

System::DateTime Aspose::Tasks::EndByRecurrenceRange::get_Finish ( ) const

Gets the date which limits the recurrence range of the recurring task.

◆ set_Finish()

void Aspose::Tasks::EndByRecurrenceRange::set_Finish ( System::DateTime  value)

Sets the date which limits the recurrence range of the recurring task.