Quote Originally Posted by ADSOFT View Post
...
2) Clear the Hrs, Min, Sec of an existing COleDateTime Value.

Does anyone know how to do that?
Something like that?
Code:
COleDateTime dt = COleDateTime::GetCurrentTime();
dt.m_dt = floor(dt.m_dt);