Gets the completed effort of the specified task item.
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 GetCompletedEffort( TaskItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetCompletedEffort ( _ item As TaskItem _ ) As TimeSpan |
Parameters
- item
- Type: DlhSoft.Windows.Data..::..TaskItem