Sets the scrollable timeline page of the GanttChartNodeListViewBase control.

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

Syntax

C#
public void SetTimelinePage(
	DateTime timelinePageStart,
	TimeSpan timelinePageDuration
)
Visual Basic (Declaration)
Public Sub SetTimelinePage ( _
	timelinePageStart As DateTime, _
	timelinePageDuration As TimeSpan _
)

Parameters

timelinePageStart
Type: System..::.DateTime
The new value of the TimelinePageStart property.
timelinePageDuration
Type: System..::.TimeSpan
The new value of the TimelinePageDuration property.

See Also