$(function () { var returnsValue; // Type: any returnsValue = $(".selector").wijevcal("endUpdate"); });
function endUpdate() : any;
$(function () { var returnsValue; // Type: any returnsValue = $(".selector").wijevcal("endUpdate"); });
function endUpdate() : any;
$("#wijevcal").wijevcal("beginUpdate"); $("#wijevcal").wijevcal("option", "timeInterval", 10); $("#wijevcal").wijevcal("option", "timeRulerInterval", 20); $("#wijevcal").wijevcal("endUpdate");