Wijmo UI for the Web
getOccurrences Method
wijmo.evcal Namespace > wijevcal type : getOccurrences Method
The Date value which specifies the start date and time of the interval.
The Date value which specifies the end date and time of the interval.
Retrieves the array which contains the full list of Event objects in the specified time interval. Note, this method will create instances of the Event object for recurring events.
Syntax
$(function () {
    var returnsValue; // Type:  array
    // Parameters
    var start; // Type:  Date
    var end; // Type:  Date
    
    returnsValue = $(".selector").wijevcal("getOccurrences", start, end);
});
function getOccurrences( 
   start : Date,
   end : Date
) : array;

Parameters

start
The Date value which specifies the start date and time of the interval.
end
The Date value which specifies the end date and time of the interval.

Return Value

events array
See Also

Reference

wijevcal type
wijevcal jQuery Widget