The scrollToHour() method sets the vertical scrollbar position to the specified hour of day.
DayPilot.Calendar.scrollToHour(hour);hour (number) - target hour of day
const dp = new DayPilot.Calendar("dp", {
// ...
});
dp.init();
dp.scrollToHour(10);