BOOL CBCGPToolbarDateTimeCtrl::SetTime | ( | LPSYSTEMTIME | pTimeNew = NULL | ) |
Sets the time in a date and time picker control.
Sets the time in a date and time picker control by calling CDateTimeCtrl::SetTime (see MFC documentation for details).
pTimeNew | A pointer to CTime object containing the time to which the control will be set. |