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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.