Sets the scrollable timeline page of the GanttChartViewBase control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
public void SetTimelinePage( DateTime timelinePageStart, DateTime timelinePageFinish ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetTimelinePage ( _ timelinePageStart As DateTime, _ timelinePageFinish As DateTime _ ) |
Parameters
- timelinePageStart
- Type: System..::.DateTime
The new value of the TimelinePageStart property.
- timelinePageFinish
- Type: System..::.DateTime
The new value of the TimelinePageFinish property.