ComponentOne GanttView for WinForms
SplitTask(DateTime,Double) Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Task Class > SplitTask Method : SplitTask(DateTime,Double) Method
The beginning of suspension.
The duration of suspension.
Splits the task.
Syntax
'Declaration
 
Public Overloads Overrides Function SplitTask( _
   ByVal start As System.Date, _
   ByVal duration As System.Double _
) As System.Boolean
public override System.bool SplitTask( 
   System.DateTime start,
   System.double duration
)

Parameters

start
The beginning of suspension.
duration
The duration of suspension.

Return Value

True if the splitting is succeeded, false otherwise.
See Also

Reference

Task Class
Task Members
Overload List