Creates and inserts a partial copy of the specified task item considering its remaining work effort into the managed hierarchy, and updates the finish date and time of the original task item to its completion point. Used as preparation for rescheduling the remaining work effort of a 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 TaskItem SplitRemainingWork(
	TaskItem item
)
Visual Basic (Declaration)
Public Function SplitRemainingWork ( _
	item As TaskItem _
) As TaskItem

Return Value

The new remaining work item that can be rescheduled as needed.

See Also