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
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
Example
// For row 2, the working hours go from 9:30 to 12:00 then from 13:00 to 18:30
GanttWorkingHour(COL_Gantt, 2, "0930", "1200", "1300", "1830")
// For row 3, the working hours go from 10:00 to 17:00
GanttWorkingHour(COL_Gantt, 3, "1000", "1700")
Syntax
GanttWorkingHour(<Gantt column> , <Row> , <Start time> , <End time> [, <Start time 2> [, <End time 2>]])
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
<Row>: Integer
Number of the row to modify.
Remark: The row associated with a task is returned by the Row property of the GanttTask variable.
<Start time>: Character string or Time variable
Start time of the first working time period.
<End time>: Character string or Time variable
End time of the first working time period.
<Start time 2>: Character string or Time variable
Start time of the second working time period.
<End time 2>: Character string or Time variable
End time of the second working time period.
Remarks
  • For the non-specified rows, the hours used are:
  • This function affects the drawing of the Gantt chart if the hours are displayed in the Gantt chart.
  • This function affects the calculation of the task duration if the tasks are specified in hours.
  • Two time periods can be used to define the working hours for the morning and for the afternoon for example.
Component: wd290mdl.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help