BCGControlBar Pro for MFC
virtual void CBCGPPlannerManagerCtrl::QueryAppointments ( XBCGPAppointmentArray &  ar,
const COleDateTime &  date1,
const COleDateTime &  date2 
) const
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.

Parameters
arA reference to array that will contain sorted in ascending order appointments when the function returns.
date1Date from - low bound of the query.
date2Date to - the high bound of the query.