Returns the date and time for the specified position (x-axis coordinate) in the Gantt Chart view of the GanttChartEntityListViewBase control.

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

Syntax

C#
public DateTime GetDateTime(
	double position
)
Visual Basic (Declaration)
Public Function GetDateTime ( _
	position As Double _
) As DateTime

Parameters

position
Type: System..::.Double
The position (x-axis coordinate) to return the date and time for.

Return Value

The date and time for the specified position (x-axis coordinate) in the Gantt Chart view of the GanttChartEntityListViewBase control.

See Also