Represents a method that returns the next working time after the specified start value.

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

Syntax

C#
public delegate DateTime GetNextWorkingTimeDelegate(
	DateTime start
)
Visual Basic (Declaration)
Public Delegate Function GetNextWorkingTimeDelegate ( _
	start As DateTime _
) As DateTime

Parameters

start
Type: System..::.DateTime

See Also