Gets the date and time for the specified horizontal coordinate in the chart. The output value may be less than TimelinePageStart if the position is negative, or greater than TimelinePageFinish if the position is higher than ComputedWidth.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.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 to get the date and time for.

Return Value

The date and time for the specified horizontal coordinate in the chart.

Implements

IGanttChartView..::.GetDateTime(Double)

See Also