\Kendo\UI\GanttCurrentTimeMarker

A PHP class representing the currentTimeMarker setting of Gantt.

Methods

updateInterval

The update interval of the "current time" marker, in milliseconds.

Returns

\Kendo\UI\GanttCurrentTimeMarker

Parameters

$value float

Example

<?php
$currentTimeMarker = new \Kendo\UI\GanttCurrentTimeMarker();
$currentTimeMarker->updateInterval(1);
?>
In this article
Not finding the help you need?