Gets the position of a specified date and time in the time interval band collection.

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

Syntax

C#
public double GetPosition(
	DateTime dateTime,
	bool workingTimeOnly
)
Visual Basic (Declaration)
Public Function GetPosition ( _
	dateTime As DateTime, _
	workingTimeOnly As Boolean _
) As Double

Parameters

dateTime
Type: System..::.DateTime
workingTimeOnly
Type: System..::.Boolean

See Also