Moves the timeline page towards future by a specified time interval.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

Parameters

time
Type: System..::.TimeSpan
The time interval to move towards future.

See Also