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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

Return Value

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

See Also