CString类型转SYSTEMTIME

COleDateTime tT;
CString cstr_today = "2014-21-01";
tT.ParseDateTime(cstr_today);
SYSTEMTIME st;
tT.GetAsSystemTime(st);

 

posted @ 2014-12-01 16:26  kim_berley  阅读(657)  评论(0编辑  收藏  举报