'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.