Gets the completed finish date and time based on the specified start, completion rate (value between 0 and 1), and finish values, considering the spcified schedule object instead of the default working and nonworking time intervals.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public DateTime GetCompletedFinish( DateTime start, double completion, DateTime finish, Schedule schedule ) |
Visual Basic (Declaration) |
---|
Public Function GetCompletedFinish ( _ start As DateTime, _ completion As Double, _ finish As DateTime, _ schedule As Schedule _ ) As DateTime |
Parameters
- start
- Type: System..::.DateTime
- completion
- Type: System..::.Double
- finish
- Type: System..::.DateTime
- schedule
- Type: DlhSoft.Windows.Data..::.Schedule