Aspose.Tasks for C++
|
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... | |
Represent WorkWeek class
Aspose::Tasks::WorkWeek::WorkWeek | ( | ) |
Initializes a new instance of the WorkWeek class.
System::DateTime Aspose::Tasks::WorkWeek::get_FromDate | ( | ) | const |
Gets start DateTime of work week
System::String Aspose::Tasks::WorkWeek::get_Name | ( | ) | const |
Gets Name of work week
System::DateTime Aspose::Tasks::WorkWeek::get_ToDate | ( | ) | const |
Gets Finish DateTime of work week
const System::SharedPtr<WeekDayCollection>& Aspose::Tasks::WorkWeek::get_WeekDays | ( | ) | const |
Gets week days.
void Aspose::Tasks::WorkWeek::set_FromDate | ( | System::DateTime | value | ) |
Sets start DateTime of work week
void Aspose::Tasks::WorkWeek::set_Name | ( | const System::String & | value | ) |
Sets Name of work week
void Aspose::Tasks::WorkWeek::set_ToDate | ( | System::DateTime | value | ) |
Sets Finish DateTime of work week