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