Gets the effort of a task that would start at a specified date and time and would have a specified finish date and time based on the current schedule.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public TimeSpan GetEffort(
	DateTime start,
	DateTime finish
)
Visual Basic (Declaration)
Public Function GetEffort ( _
	start As DateTime, _
	finish As DateTime _
) As TimeSpan

Parameters

start
Type: System..::.DateTime
The start date and time of the task.
finish
Type: System..::.DateTime
The finish date and time of the task.

Return Value

The effort of the task based on the current schedule.

See Also