Gets the total completed effort of the task, multiplying its completed duration by its 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 GetTotalCompletedEffort(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetTotalCompletedEffort ( _
	item As TaskItem _
) As TimeSpan

See Also