$(function () { var returnsValue; // Type: array // Parameters var start; // Type: Date var end; // Type: Date returnsValue = $(".selector").wijevcal("getOccurrences", start, end); });
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