Sets the completed 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 void SetCompletedEffort(
	TaskItem item,
	TimeSpan value
)
Visual Basic (Declaration)
Public Sub SetCompletedEffort ( _
	item As TaskItem, _
	value As TimeSpan _
)

See Also