Gets the total 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#
TimeSpan GetProjectEffort()
Visual Basic (Declaration)
Function GetProjectEffort As TimeSpan

Return Value

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

See Also