The scrollToHour() method sets the vertical scrollbar position to the specified hour of day.
DayPilot.Calendar.scrollToHour(hour);
<div id="dp"></div>
<script>
var dp = new DayPilot.Calendar("dp");
// ...
dp.init();
dp.scrollToHour(10);
</script>