MFC-获取时间选择器中当前选择的日期
作者:互联网
内容转载自 https://zhidao.baidu.com/question/522868481.html
CTime time; m_qishiriqi.GetTime(time); int qishiriqi_year = time.GetYear(); int qishiriqi_month = time.GetMonth(); int qishiriqi_day = time.GetDay();
阿飞
2021年10月24日
标签:阿飞,MFC,qishiriqi,month,int,日期,time,选择器 来源: https://www.cnblogs.com/nxopen2018/p/15450344.html