Returns the position (x-axis coordinate) for the specified date and time in the IGanttChartViewBase control.

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

Syntax

C#
double GetPosition(
	DateTime dateTime
)
Visual Basic (Declaration)
Function GetPosition ( _
	dateTime As DateTime _
) As Double

Parameters

dateTime
Type: System..::.DateTime
The date and time to return the position for.

Return Value

The position (x-axis coordinate) for the specified date and time in the IGanttChartViewBase control.

See Also