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

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

Syntax

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

Parameters

start
Type: System..::.DateTime
completedFinish
Type: System..::.DateTime
finish
Type: System..::.DateTime

See Also