ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Gantt Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control).
Example
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.
Component: wd290mdl.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help