public class SplitPart extends Object
Represents a task portion. The SplitPart is a member of the task's SplitParts collection.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares two split parts.
|
Date |
getFinish()
Returns the finish date of a SplitPart.
|
int |
getIndex()
Returns the index of an SplitPart in its containing collection.
|
Date |
getStart()
Returns the start date of a SplitPart.
|
int |
hashCode()
Returns a hash code value for the instance of the
SplitPart class. |
public boolean equals(Object obj)
Compares two split parts.
public Date getFinish()
Returns the finish date of a SplitPart.
Read only Date
.
public int getIndex()
Returns the index of an SplitPart in its containing collection.
Read only int
.
public Date getStart()
Returns the start date of a SplitPart.
Read only Date
.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.