Wijmo UI for the Web
timeInterval Option

Default value: 30

The time interval in minutes for the Day view.

Syntax
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) 
var timeInterval : number;
Example
$("#eventscalendar").wijevcal(
    { timeInterval: 10 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.