Initializes a new instance of the TimeScaleTextFormat class.

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

Syntax

C#
public TimeScaleTextFormat(
	TimeScaleTextFormatProvider formatProvider
)
Visual Basic (Declaration)
Public Sub New ( _
	formatProvider As TimeScaleTextFormatProvider _
)

Parameters

formatProvider
Type: DlhSoft.Windows.Controls..::.TimeScaleTextFormatProvider
The time scale text format provider used to determine the text for a specified date and time.

See Also