Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this static function to retrieve a CFileTime object that represents the current system date and time.
static CFileTime GetCurrentTime( ) throw( );
Return Value
Returns the current system date and time in Coordinated Universal Time (UTC) format.
Example
// Retrieve the current time
CFileTime myFT;
myFT = CFileTime::GetCurrentTime();
Requirements
Header: atltime.h