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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.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