I want to save datetime into the EDB database. I tried storing the value by converting CTime to CString. But after reading not able to convert CString to Ctime. As开发者_运维问答k the same question on stackoverflow, yet no responses.
Here are EDB database datatypes. Can I use CEVT_FILETIME
? If possible please give me an example.
Use SystemTimeToFileTime then store it as a CEVT_FILETIME
.
精彩评论