CFileTime::GetCurrentTime
调用此静态函数检索表示当前系统日期和时间的 CFileTime 对象。
static CFileTime GetCurrentTime( ) throw( );
返回值
返回当前系统日期和时间与协调世界时(utc) (UTC)格式。
示例
// Retrieve the current time
CFileTime myFT;
myFT = CFileTime::GetCurrentTime();
要求
Header: atltime.h