Increases the timeline page by adding the specified amount value to the TimelinePageStart and TimelinePageFinish properties of this GanttChartNodeListViewBase.

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

Syntax

C#
public void IncreaseTimelinePage(
	TimeSpan amount
)
Visual Basic (Declaration)
Public Sub IncreaseTimelinePage ( _
	amount As TimeSpan _
)

Parameters

amount
Type: System..::.TimeSpan
The time amount to increase the timeline page by.

See Also