wijmo.evcal Namespace > wijevcal type : findEventById Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: object // Parameters var id; // Type: any returnsValue = $(".selector").wijevcal("findEventById", id); }); |
Javascript (Specification) | |
---|---|
function findEventById( id : any ) : object; |