VC++ MFC 抓取系統時間 VC++ MFC 抓取系統時間 2016-11-13 jashliao Comments 0 Comment VC++ MFC 抓取系統時間 參考:自己的「97_Monitor_Sleep和create_key」 CTime time = CTime::GetCurrentTime(); int m_nYear = time.GetYear(); ///年 int m_nMonth = time.GetMonth(); ///月 int m_nDay = time.GetDay(); ///日