Wijmo UI for the Web
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
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: array

// Parameters
var start; // Type:  date
var end; // Type:  date

value = instance.getOccurrences(start, end);
Javascript (Specification) 
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
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.