Class SplitPart
Class SplitPart
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a task portion. The SplitPart is a member of the task’s SplitParts collection.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class SplitPart
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Finish
Gets the finish date of a SplitPart.
public DateTime Finish { get; }
Property Value
Start
Gets the start date of a SplitPart.
public DateTime Start { get; }
Property Value
Methods
Equals(object)
Compares two split parts.
public override bool Equals(object obj)
Parameters
obj
object
Object to compare.
Returns
True if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Returns a hash code value for the instance of the Aspose.Tasks.SplitPart class.
public override int GetHashCode()
Returns
returns a hash code value for this object.