Aspose.Tasks for C++
Aspose::Tasks::RecurrenceRangeBase Class Referenceabstract

Represents the recurrence range of recurring task. More...

#include <RecurrenceRangeBase.h>

Inherits System::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...
 

Detailed Description

Represents the recurrence range of recurring task.

Member Function Documentation

◆ get_Start()

System::DateTime Aspose::Tasks::RecurrenceRangeBase::get_Start ( ) const

Gets the start date of the recurrence range of the recurring task.

◆ set_Start()

void Aspose::Tasks::RecurrenceRangeBase::set_Start ( System::DateTime  value)

Sets the start date of the recurrence range of the recurring task.