Wijmo UI for the Web
quickNavStep Option
wijmo.calendar.wijcalendar Namespace > options type : quickNavStep Option

Default value: 12

Determines the increase/decrease steps when clicking the quick navigation button.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcalendar("option", "quickNavStep");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "quickNavStep", newValue);
        
});
var quickNavStep : number;
See Also

Reference

options type
wijcalendar jQuery Widget