Gets the completion rate (value between 0 and 1) based on the specified start, completed finish, and finish values, considering the spcified schedule object instead of the default working and nonworking time intervals.

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,
	Schedule schedule
)
Visual Basic (Declaration)
Public Function GetCompletion ( _
	start As DateTime, _
	completedFinish As DateTime, _
	finish As DateTime, _
	schedule As Schedule _
) As Double

Parameters

start
Type: System..::.DateTime
completedFinish
Type: System..::.DateTime
finish
Type: System..::.DateTime
schedule
Type: DlhSoft.Windows.Data..::.Schedule

See Also