GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.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 Double _
    ) As Date
    public DateTime GetCompleteThroughDate( 
       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