Returns the date and time for a working time position computed based on the specified position (x-axis coordinate) in the GanttChartViewBase control.

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

Syntax

C#
public DateTime GetWorkingDateTime(
	double position
)
Visual Basic (Declaration)
Public Function GetWorkingDateTime ( _
	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 a working time position computed based on the specified position (x-axis coordinate) in the GanttChartViewBase control.

See Also