|
-
July 20th, 2010, 02:25 PM
#6
Re: ColeDateTime::GetCurrentDate, ::RemoveHrMinSec??? Need such functions
 Originally Posted by ADSOFT
...
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);
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|