highlightEventPosition

highlights the event's duration on the time scale

void highlightEventPosition(object event);
eventobjectthe event object

Example

scheduler.highlightEventPosition(scheduler.getEvent(1));

See also
Back to top