BCGSuite for MFC
BCGCBPRODLLEXPORT void AFXAPI DDX_BCGPDateTime ( CDataExchange *  pDX,
int  nIDC,
COleDateTime &  value 
)

Initializes or retrieves the current value of a date/time picker control.

The DDX_BCGPDateTime function manages the transfer of date data between a date/time picker control (CBCGPDateTimeCtrl) in a dialog box, form view, or control view and a COleDateTime data member of the dialog box, form view, or control view object.

Parameters
pDXA pointer to a CDataExchange object.
nIDCThe resource ID of the date/time picker control associated with the member variable.
valueA reference to a COleDateTime member variable of the dialog box, form view, or control view object with which data is exchanged.