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

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

Syntax

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

Parameters

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

Return Value

The finish date and time of the task based on the current schedule.

See Also