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) | |
---|
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: array
// Parameters
var start; // Type:
var end; // Type:
value = instance.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