"timeGrid" 뷰(View) 사용시 스크롤이 있을 경우, 설정한 시간이 스크롤 상단으로 오도록 스크롤을 이동합니다.
void scrollToTime( timeInput );
Name | Type | Required | Description |
---|---|---|---|
timeInput | Object ,string |
필수 | 스크롤 이동할 시간 |
none
// 오전 05:00 시간으로 스크롤이 이동.
IBCalendar.get("calendar1").scrollToTime("05:00");
// 오전 01:00 시간으로 스크롤이 이동.
IBCalendar.get("calendar1").scrollToTime({milliseconds:3600000});
product | version | desc |
---|---|---|
core | 1.5.0.0 | 기능 추가 |