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

Represent WorkWeek class More...

#include <WorkWeek.h>

Inherits System::Object.

Public Member Functions

System::DateTime get_FromDate () const
 Gets start DateTime of work week More...
 
void set_FromDate (System::DateTime value)
 Sets start DateTime of work week More...
 
System::DateTime get_ToDate () const
 Gets Finish DateTime of work week More...
 
void set_ToDate (System::DateTime value)
 Sets Finish DateTime of work week More...
 
System::String get_Name () const
 Gets Name of work week More...
 
void set_Name (const System::String &value)
 Sets Name of work week More...
 
const System::SharedPtr< WeekDayCollection > & get_WeekDays () const
 Gets week days. More...
 
 WorkWeek ()
 Initializes a new instance of the WorkWeek class. More...
 

Detailed Description

Represent WorkWeek class

Constructor & Destructor Documentation

◆ WorkWeek()

Aspose::Tasks::WorkWeek::WorkWeek ( )

Initializes a new instance of the WorkWeek class.

Member Function Documentation

◆ get_FromDate()

System::DateTime Aspose::Tasks::WorkWeek::get_FromDate ( ) const

Gets start DateTime of work week

◆ get_Name()

System::String Aspose::Tasks::WorkWeek::get_Name ( ) const

Gets Name of work week

◆ get_ToDate()

System::DateTime Aspose::Tasks::WorkWeek::get_ToDate ( ) const

Gets Finish DateTime of work week

◆ get_WeekDays()

const System::SharedPtr<WeekDayCollection>& Aspose::Tasks::WorkWeek::get_WeekDays ( ) const

Gets week days.

◆ set_FromDate()

void Aspose::Tasks::WorkWeek::set_FromDate ( System::DateTime  value)

Sets start DateTime of work week

◆ set_Name()

void Aspose::Tasks::WorkWeek::set_Name ( const System::String &  value)

Sets Name of work week

◆ set_ToDate()

void Aspose::Tasks::WorkWeek::set_ToDate ( System::DateTime  value)

Sets Finish DateTime of work week