|
virtual |
Loads appointments from the storage to the Planner Control.
Use this method to load the appointments located between specified dates from the storage to the Planner Control.
You may need to do that when appointments have been added to the storage directly, and the Planner Control's state has to be synchronized with the storage.
ar | A reference to array that will contain sorted in ascending order appointments when the function returns. |
date1 | Date from - low bound of the query. |
date2 | Date to - the high bound of the query. |