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
Warning
From version 2024, Gantt chart.DateTimePosition is kept for backward compatibility. This function has been replaced with <Gantt chart>.PositionDateTime.
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control.
Example
COL_Gantt.DateTimePosition(DateSys())
Syntax
<Gantt column>.PositionDateTime(<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, <Gantt chart>.PositionDateTime must be used in the initialization code of the Gantt column.
Component: wd290mdl.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/06/2024

Send a report | Local help