原创 [转]vc6.0读取系统时间并与自己通过其他方式获取的时间比较

2009-2-20 16:58 4459 8 8 分类: MCU/ 嵌入式
    CTime time="CTime::GetCurrentTime"();
    CString m_strTime=time.Format("%Y-%m-%d %H:%M:%S");
    CString m_strDefine=("3007-11-25 10:16:00");
    if(m_strTime>=m_strDefine)
    {
        AfxMessageBox("你落后了");
    }
    else
    {
        AfxMessageBox("你超前了");
    }

文章评论0条评论)

登录后参与讨论
我要评论
0
8
关闭 站长推荐上一条 /2 下一条