|
pure virtual |
Retrieves appointments that are located between specified dates from the storage.
Implement this operation to query the storage for appointments that are located between specified by date1 and date2 dates.
The returned array (ar) must be sorted by date in ascending order.
date1 must not be greater than date2.
ar | A reference to CArray object that will be filled by appointments. |
date1 | A reference to a COleDateTime object specifying the start date for the query. |
date2 | A reference to a COleDateTime object specifying the end date for the query. |