jQuery.wijmo Namespace > wijevcal type : findEventById Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijevcal(); var value; // Type: object // Parameters var id; // Type: any value = instance.findEventById(id); |
Javascript (Specification) | |
---|---|
function findEventById( id : any ) : object; |