- 20
- 0
- 约1.01万字
- 约 16页
- 2017-07-20 发布于河南
- 举报
MFC获取系统当前时间(MFC gets the current time of the system)
MFC获取系统当前时间(MFC gets the current time of the system)
1. Use the CTime class
Cstrings STR. / / acquire system time
CTime tm; Tm = CTime: : GetCurrentTime ();
STR = tm. Format ( now % Y % m % d % X );
MessageBox (STR, NULL, MB_OK);
2: get the system time date (using GetLocalTime)
SYSTEMTIME st.
Cstrings strDate strTime;
GetLocalTime ( st);
StrDate. The Format ( % % 4 d - 2 d - % 2 d , st. wYear, st. wMonth, st. wDay);
StrTime. The Format ( % 2 d: % 2 d: % 2 d , st. wHour, st. wMinute, st. wSecond);
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
您可能关注的文档
- 20100906 元器件的性能变劣现象(The performance of components in the components of the transformer).doc
- A0502、消失模涂料配制(A0502, disappear die coating preparation).doc
- A68EROOT后可删应用整理文档(A68EROOT can be deleted to organize documents).doc
- A68E可删文档(A68E can be deleted).doc
- ABB F开关(ABB switch F).doc
- ABBREVIATION LIST(缩写列表).doc
- ABB变频器面板设定(ABB converter panel Settings).doc
- ABCC(ABCC).doc
- AD9238(AD9238).doc
- ACAA Flash 动画师模拟题(ACAA Flash animator simulation).doc
- 建筑工程材料选择题:碳素结构钢与钢筋性能.pdf
- 眼部护理的跨文化比较.pptx
- 眼部护理:季节性变化的影响.pptx
- 眼部护理:男士与女士的特别需求.pptx
- 《快乐读书吧:在那奇妙的王国里》(课件)-2025-2026学年语文三年级上册统编版.pptx
- 眼部护理:眼部疲劳的预防措施.pptx
- 2026届九年级英语中考冲刺分层模拟卷与答案解析(质量检查版,含听力原文、作答空间和评分细则).docx
- 2026版项目投资合作协议书范本条款清单与签署风控提示模板(流程图).docx
- 2026版企业通用岗位结构化面试题库与综合评分表规范填写规范与审批台账模板(看板模板).docx
- 2026版企业会计准则现金流量表编制口径手册(执行版,含分类口径/填报模板填写规范与审批台账模板(测算模型).docx
原创力文档

文档评论(0)