Gets the total effort of the task, multiplying its duration by its total assignment allocation units.
You should call Initialize(Boolean, Boolean, Boolean) method before this call.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public TimeSpan GetTotalEffort( TaskItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetTotalEffort ( _ item As TaskItem _ ) As TimeSpan |
Parameters
- item
- Type: DlhSoft.Windows.Data..::..TaskItem