Gets the effort of the specified task item. 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 GetEffort(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetEffort ( _
	item As TaskItem _
) As TimeSpan

See Also