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
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: array
// Parameters
var start; // Type:
var end; // Type:
returnsValue = $(".selector").wijevcal("getOccurrences", start, end);
});
|
Javascript (Specification) | |
---|
function getOccurrences(
: ,
:
) : 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
Browser Compatibility
See Also
Reference
wijevcal type
wijevcal jQuery Widget