|
|
|
|
|
GanttPositionDateTime (Function) In french: GanttPositionDateHeure
Warning
From version 2024, GanttDateTimePosition is kept for backward compatibility. This function has been replaced with GanttPositionDateTime.
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control. GanttPositionDateTime(COL_Gantt, DateSys())
Syntax
GanttPositionDateTime(<Gantt column> , <Start date>)
<Gantt column>: Control name Name of the Gantt Chart column (in a Table or TreeView Table control) to be used. <Start date>: Character string or Date/DateTime variable Start date for the display in the Gantt chart. This parameter can be: - a date in "YYYYMMDD" format,
- a date and a time in "YYYYMMDDHHmmSSCC" format.
Remarks In a report, GanttPositionDateTime must be used in the initialization code of the Gantt column.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|