Initializes a new instance of the TimeScale class.

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

Syntax

C#
public TimeScale(
	TimeScaleSeparatorProvider separatorProvider
)
Visual Basic (Declaration)
Public Sub New ( _
	separatorProvider As TimeScaleSeparatorProvider _
)

Parameters

separatorProvider
Type: DlhSoft.Windows.Controls..::.TimeScaleSeparatorProvider
The time scale separator provider used to determine the time scale separator date and times and optionally description text between tow specified date and time values.

See Also