Sets the scrollable timeline page of the IGanttChartViewBase control.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
void SetTimelinePage( DateTime timelinePageStart, DateTime timelinePageFinish ) |
Visual Basic (Declaration) |
---|
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.