CBCGPGridDateTimeItem::CBCGPGridDateTimeItem | ( | const COleDateTime & | date, |
DWORD_PTR | dwData = 0 , |
||
UINT | nFlags = CBCGPDateTimeCtrl::DTM_DATE|CBCGPDateTimeCtrl::DTM_TIME , |
||
LPCTSTR | lpszNoDateLabel = NULL |
||
) |
Constructor.
date | The initial date/time value displayed in the item. |
dwData | User-defined data associated with the item. |
nFlags | Combination of flags CBCGPDateTimeCtrl::DTM_DATE, CBCGPDateTimeCtrl::DTM_TIME, CBCGPDateTimeCtrl::DTM_SECONDS and CBCGPDateTimeCtrl::DTM_CHECKBOX. |
lpszNoDateLabel | A label displayed when the item is unchecked. |