Wijmo UI for the Web
timeIntervalHeight Option
wijmo.evcal.wijevcal Namespace > options type : timeIntervalHeight Option

Default value: 15

The Day view time interval row height in pixels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijevcal("option", "timeIntervalHeight");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijevcal("option", "timeIntervalHeight", newValue);
        
});
var timeIntervalHeight : number;
Example
$("#eventscalendar").wijevcal(
      { timeIntervalHeight: 30 });
See Also

Reference

options type
wijevcal jQuery Widget