ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Gantt Chart functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
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.
Component: wd300mdl.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help