| wijmo.evcal.wijevcal 名前空間 > options タイプ : timeRulerInterval フィールド |
デフォルト値: 60
日ビューの時刻ルーラーの間隔(分単位)。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: number returnsValue = $(".selector").wijevcal("option", "timeRulerInterval"); //値を設定します var newValue; //タイプ: number $(".selector").wijevcal("option", "timeRulerInterval", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |
$("#eventscalendar").wijevcal( { timeRulerInterval: 60 });