Gets the total completed effort of the project consisting of all standard tasks within the control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

Return Value

The total completed effort of the project consisting of all standard tasks within the control.

Implements

IGanttChartView..::.GetProjectCompletedEffort()()()

See Also