본문으로 건너뛰기

time_step

Description

이벤트 시간 값의 최소 증가 단위(분)를 설정합니다.

time_step: number

Example

scheduler.config.time_step = 15;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");

Default value: 5

Applicable views: Day view, Week view, Month view, Units view

Details

  • 이벤트 시작 및 종료 시간은 time_step의 배수에 맞춰 정렬됩니다. 예를 들어, time_step = 20일 경우, 이벤트는 0, 20, 40분 등에서만 시작할 수 있습니다.
  • 라이트박스의 시간 선택기 또한 동일한 time_step을 따르며, 이는 Timeline 뷰에도 적용됩니다.
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.