Gets the finish date and time of a working time interval that starts at the specified date and time and has the specified total effort duration (possibly interrupted, and considering a single full time resource assignment), determined based on the working week and working day definitions.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.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 working time interval.
effort
Type: System..::.TimeSpan
The total effort duration of the working time interval.

Return Value

The finish date and time of the working time interval that starts at the specified date and time and has the specified total effort duration.

See Also