sets the initial position of the vertical scroll in the scheduler (an hour in the 24-hour clock format)
//the scheduler will display the current day scrolled to the current time initially
scheduler.config.scroll_hour = new Date().getHours();
...
scheduler.init('scheduler_here', new Date(), "week");