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
Defines the time range displayed in a Gantt Chart column in a Table or TreeView Table control.
Example
// Changes the display mode
GanttChangeMode(COL_Gantt, ganttModeInDay)
// Defines the time period displayed
GanttTimeDisplayed(COL_Gantt, "0900", "1930")
Syntax
GanttTimeDisplayed(<Gantt column> , <Start time> , <End time>)
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
<Start time>: Character string
Start time of display (in HHMM or HH format).
<End time>: Character string
End time of display (in HHMM or HH format).
Component: wd300mdl.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help