Moves the timeline page towards past 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 DecreaseTimelinePage(
	TimeSpan time
)
Visual Basic (Declaration)
Public Sub DecreaseTimelinePage ( _
	time As TimeSpan _
)

Parameters

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

See Also