Represents a method that returns a text representing a specified date and time to be used by a TimeScale.

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

Syntax

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

Parameters

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

Return Value

The text representing the specified date and time to be used by a TimeScale.

See Also