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

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

Syntax

C#
public TimeSpan GetCompletedEffort(
	double completion,
	TimeSpan effort
)
Visual Basic (Declaration)
Public Function GetCompletedEffort ( _
	completion As Double, _
	effort As TimeSpan _
) As TimeSpan

Parameters

completion
Type: System..::.Double
effort
Type: System..::.TimeSpan

See Also