Returns the position (x-axis coordinate) for a working time computed based on the specified date and time in the IGanttChartViewBase control.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
double GetWorkingPosition( DateTime dateTime ) |
Visual Basic (Declaration) |
---|
Function GetWorkingPosition ( _ dateTime As DateTime _ ) As Double |
Parameters
- dateTime
- Type: System..::.DateTime
The date and time to return the position for.