C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / Task Class / SplitTask Method / SplitTask(DateTime,Double) Method
The beginning of suspension.
The duration of suspension.

In This Topic
SplitTask(DateTime,Double) Method
In This Topic
Splits the task.
Syntax
'Declaration
 
Public Overloads Overrides Function SplitTask( _
   ByVal start As Date, _
   ByVal duration As Double _
) As Boolean
 

Parameters

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

Return Value

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