Initializes a new instance of the TimeIntervalBand class.

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

Syntax

C#
public TimeIntervalBand(
	TimeInterval timeInterval,
	double left,
	double width,
	bool isWorkingTime
)
Visual Basic (Declaration)
Public Sub New ( _
	timeInterval As TimeInterval, _
	left As Double, _
	width As Double, _
	isWorkingTime As Boolean _
)

Parameters

timeInterval
Type: DlhSoft.Windows.Data..::.TimeInterval
left
Type: System..::.Double
width
Type: System..::.Double
isWorkingTime
Type: System..::.Boolean

See Also