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

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

Syntax

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

Parameters

position
Type: System..::.Double
workingTimeOnly
Type: System..::.Boolean

See Also