scroll_hour
Description
스케줄러에서 24시간 형식의 시간에 따라 시작하는 세로 스크롤 위치를 정의합니다.
scroll_hour: number
Example
//스케줄러가 처음에 현재 날짜를 표시하며, 현재 시간으로 스크롤됩니다.
scheduler.config.scroll_hour = new Date().getHours();
...
scheduler.init('scheduler_here', new Date(), "week");
Default value: 0 (스케줄러가 자정(00:00)부터 시간 스케일을 표시함을 의미합니다)
Applicable views: Day view, Week view, Units view
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.