Represents a method that returns the effort value based on the specified start and finish values.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public delegate TimeSpan GetEffortDelegate(
	DateTime start,
	DateTime finish
)
Visual Basic (Declaration)
Public Delegate Function GetEffortDelegate ( _
	start As DateTime, _
	finish As DateTime _
) As TimeSpan

Parameters

start
Type: System..::.DateTime
finish
Type: System..::.DateTime

See Also