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

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

Detailed Description

Represents a task portion. The SplitPart is a member of the task's SplitParts collection.

Member Function Documentation

◆ Equals()

bool Aspose::Tasks::SplitPart::Equals ( System::SharedPtr< System::Object >  obj)
override

Compares two split parts.

Parameters
objObject to compare.
Returns
True if the specified object is equal to the current object; otherwise, false.

◆ get_Finish()

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

Gets the finish date of a SplitPart.

◆ get_Start()

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

Gets the start date of a SplitPart.

◆ GetHashCode()

int32_t Aspose::Tasks::SplitPart::GetHashCode ( ) const
override

Returns a hash code value for the instance of the SplitPart class.

Returns
returns a hash code value for this object.