ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseTask Class / GetCompleteThroughDate Method
The percentage of the completed part of the task.

In This Topic
    GetCompleteThroughDate Method (BaseTask)
    In This Topic
    Returns the date of the completed part of the task.
    Syntax
    'Declaration
     
    Public Function GetCompleteThroughDate( _
       ByVal percentComplete As System.Double _
    ) As System.Date
    public System.DateTime GetCompleteThroughDate( 
       System.double percentComplete
    )

    Parameters

    percentComplete
    The percentage of the completed part of the task.

    Return Value

    The date of the completed part of the task.
    See Also