Gets the completed effort based on the specified completion rate (value between 0 and 1), and effort values.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.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