Represents a method that returns the finish value based on the specified start and effort values.
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public delegate DateTime GetFinishDelegate( DateTime start, TimeSpan effort ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function GetFinishDelegate ( _ start As DateTime, _ effort As TimeSpan _ ) As DateTime |
Parameters
- start
- Type: System..::.DateTime
- effort
- Type: System..::.TimeSpan