<kendo:scheduler-currentTimeMarker>
If set to false the "current time" marker of the scheduler would not be displayed.
Example
<kendo:scheduler>
<kendo:scheduler-currentTimeMarker></kendo:scheduler-currentTimeMarker>
</kendo:scheduler>
Configuration Attributes
updateInterval float
The update interval of the "current time" marker, in milliseconds.
Example
<kendo:scheduler-currentTimeMarker updateInterval="updateInterval">
</kendo:scheduler-currentTimeMarker>
useLocalTimezone boolean
If set to false the "current time" marker would be displayed using the scheduler timezone.
Example
<kendo:scheduler-currentTimeMarker useLocalTimezone="useLocalTimezone">
</kendo:scheduler-currentTimeMarker>