ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseTask Class / SplitTask Method
The start date for splited task.
The duration for splited task.

In This Topic
    SplitTask Method (BaseTask)
    In This Topic
    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