Gets the completed finish date and time based on the specified start, completion rate (value between 0 and 1), and finish values.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public DateTime GetCompletedFinish(
	DateTime start,
	double completion,
	DateTime finish
)
Visual Basic (Declaration)
Public Function GetCompletedFinish ( _
	start As DateTime, _
	completion As Double, _
	finish As DateTime _
) As DateTime

Parameters

start
Type: System..::.DateTime
completion
Type: System..::.Double
finish
Type: System..::.DateTime

See Also