BCGControlBar Pro for MFC
virtual BOOL CBCGPPlannerManagerCtrl::EditPaste ( const COleDateTime &  dtTo = COleDateTime())
virtual

Pastes appointments from the Clipboard to the Planner Control.

Returns
TRUE, if the paste operation succeeds; otherwise FALSE.

Use this method to paste appointments from the Clipboard to the Planner Control at the specified by dtTo date. If the date is valid, then the appointment dates are corrected to begin from dtTo.

Parameters
dtToCan be a valid COleDateTime object and should specify the start date/time for the pasted appointments.