BCGControlBar Pro for MFC
const COleDateTime& CBCGPPlannerManagerCtrl::GetDate ( ) const

Returns the current (selected) date of the current view (view can be daily, work week, weekly, monthly).

Returns
A reference to COleDateTime object containing the selected date. If the current view type is either BCGP_PLANNER_TYPE_DAY, or BCGP_PLANNER_TYPE_WORK_WEEK, the returned object contains both date and time values. If the current view type is either BCGP_PLANNER_TYPE_WEEK, or BCGP_PLANNER_TYPE_MONTH, then the returned object contains only date value.

Use this method to retrieve the selected view date.