Initializes a new instance of the GanttChartViewUpdateScale class.

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

Syntax

C#
public GanttChartViewUpdateScale(
	UpdateScaleSeparatorProvider separatorProvider
)
Visual Basic (Declaration)
Public Sub New ( _
	separatorProvider As UpdateScaleSeparatorProvider _
)

Parameters

separatorProvider
Type: DlhSoft.Windows.Controls..::.UpdateScaleSeparatorProvider
The update scale separator provider used to determine the date and time to be used instead a specified date and time.

See Also