MFC获取当前系统时间

CString strTime; //获取系统时间   
CTime tm = CTime::GetCurrentTime();
strTime = tm.Format(L"%Y/%m/%d  %H:%M:%S:");

你可能感兴趣的:(MFC获取当前系统时间)