Update Time Interval
- Last UpdatedOct 10, 2025
- 1 minute read
The updateTimeInterval property is used to change Gantt Chart widget time interval during runtime. The timeInterval element under the globalSetting must be configured for this property to work.
To visualize how the time interval appears in the widget, see Multiple Gantt Chart widget.
Example
You can use the following script to update the Gantt Chart time interval.
control.findByXmlNode("Widget1").widgetProperties.updateTimeInterval = JSON.stringify(
{
interval : "12:00"
});