Aspose.Tasks for C++
|
Represents a task portion. The SplitPart is a member of the task's SplitParts collection. More...
#include <SplitPart.h>
Inherits System::Object.
Public Member Functions | |
System::DateTime | get_Start () const |
Gets the start date of a SplitPart. More... | |
System::DateTime | get_Finish () const |
Gets the finish date of a SplitPart. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Compares two split parts. More... | |
int32_t | GetHashCode () const override |
Returns a hash code value for the instance of the SplitPart class. More... | |
Represents a task portion. The SplitPart is a member of the task's SplitParts collection.
|
override |
Compares two split parts.
obj | Object to compare. |
System::DateTime Aspose::Tasks::SplitPart::get_Finish | ( | ) | const |
Gets the finish date of a SplitPart.
System::DateTime Aspose::Tasks::SplitPart::get_Start | ( | ) | const |
Gets the start date of a SplitPart.
|
override |
Returns a hash code value for the instance of the SplitPart class.