|
|
|
|
GanttDateTimePosition (Function) In french: GanttPositionDateHeure Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control). GanttDateTimePosition(COL_Gantt, DateSys()) Syntax
GanttDateTimePosition(<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, GanttDateTimePosition must be used in the initialization code of the Gantt column.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|