Adds a time interval band to the collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public void Add(
	TimeIntervalBand timeIntervalBand
)
Visual Basic (Declaration)
Public Sub Add ( _
	timeIntervalBand As TimeIntervalBand _
)

Parameters

timeIntervalBand
Type: DlhSoft.Windows.Controls..::.TimeIntervalBand

See Also