CFileTime::GetCurrentTime
Call this static function to retrieve a CFileTime object that represents the current system date and time.
static CFileTime GetCurrentTime( ) throw( );
Возвращаемое значение
Returns the current system date and time in Coordinated Universal Time (UTC) format.
Пример
// Retrieve the current time
CFileTime myFT;
myFT = CFileTime::GetCurrentTime();
Требования
Header: atltime.h