| 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.
| pDX | A pointer to a CDataExchange object. |
| nIDC | The resource ID of the date/time picker control associated with the member variable. |
| value | A reference to a COleDateTime member variable of the dialog box, form view, or control view object with which data is exchanged. |