Gets the completion rate (value between 0 and 1) based on the specified completed effort, and effort values.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public double GetCompletion( TimeSpan completedEffort, TimeSpan effort ) |
Visual Basic (Declaration) |
---|
Public Function GetCompletion ( _ completedEffort As TimeSpan, _ effort As TimeSpan _ ) As Double |
Parameters
- completedEffort
- Type: System..::.TimeSpan
- effort
- Type: System..::.TimeSpan