Gets the total completed effort of the project consisting of all standard tasks within the component, multiplying their durations by their total assignment allocation units. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

See Also