ComponentOne GanttView for WinForms
SplitTask Method (BaseTask)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseTask Class : SplitTask Method
The start date for splited task.
The duration for splited task.
Split the task by start date and duration.
Syntax
'Declaration
 
Public MustOverride Function SplitTask( _
   ByVal start As System.Date, _
   ByVal duration As System.Double _
) As System.Boolean
public abstract System.bool SplitTask( 
   System.DateTime start,
   System.double duration
)

Parameters

start
The start date for splited task.
duration
The duration for splited task.

Return Value

Split task successed or not.
See Also

Reference

BaseTask Class
BaseTask Members