Represents a method that returns a date and time representing the replacemenent value for a specified date and time to be used by a GanttChartViewUpdateScale.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public delegate DateTime UpdateScaleSeparatorProvider(
	DateTime dateTime
)
Visual Basic (Declaration)
Public Delegate Function UpdateScaleSeparatorProvider ( _
	dateTime As DateTime _
) As DateTime

Parameters

dateTime
Type: System..::.DateTime
The date and time to return the replacement value for.

Return Value

The date and time representing the replacemenent value for the specified date and time to be used by a GanttChartViewUpdateScale.

See Also