Returns the position (x-axis coordinate) for the specified date and time in the Gantt Chart view of the GanttChartNodeListViewBase control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public double GetPosition( DateTime dateTime ) |
Visual Basic (Declaration) |
---|
Public Function GetPosition ( _ dateTime As DateTime _ ) As Double |
Parameters
- dateTime
- Type: System..::.DateTime
The date and time to return the position for.