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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.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