wijmo.evcal.wijevcal Namespace > options type : timeInterval Option |
Default value: 30
The time interval in minutes for the Day view.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijevcal("option", "timeInterval"); // Set value var newValue; // Type: number $(".selector").wijevcal("option", "timeInterval", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal(
{ timeInterval: 10 });