Gets the total completed effort of the project consisting of all standard tasks within the control, multiplying their durations by their total assignment allocation units.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public TimeSpan GetProjectTotalCompletedEffort()
Visual Basic (Declaration)
Public Function GetProjectTotalCompletedEffort As TimeSpan

See Also