ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 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