Splits the task.
'Declaration
Public Overloads Overrides Function SplitTask( _
ByVal As System.Date, _
ByVal As System.Double _
) As System.Boolean
public override System.bool SplitTask(
System.DateTime ,
System.double
)
Parameters
- start
- The beginning of suspension.
- duration
- The duration of suspension.
Return Value
True if the splitting is succeeded, false otherwise.