毫秒转换小时,分钟,秒,及颜色转换

CTimeSpan span = t2 - t1 int nIndex = (int)span.GetTotalSeconds //得出程序运行的开始t1 到t2 运行的时间段的毫秒数web CString str; str.format(_T("%d:%02d:%02d"),nIdex / 3600,nIdex %3600/60,nIdex %3600%60);svg 十进制颜色值转换RGBsp
相关文章
相关标签/搜索