Timer和获得当前时间的代码
2015-04-24 10:32:09 访问(2079) 赞(0) 踩(0)
CTime curTime = CTime::GetCurrentTime();
11:
12: // Display the current time
13: m_sTime.Format("%d:%d:%d", curTime.GetHour(),
14: curTime.GetMinute(),
15: curTime.GetSecond());
标签:
Timer和获得当前时间的代码 


上一条:
下一条:
相关评论
发表评论