CTime::GetTime
Restituisce un valore __time64_t per l'oggetto specificato CTime.
__time64_t GetTime( ) const throw( );
Valore restituito
GetTime restituirà il numero di secondi per l'oggetto CTime e il 1° gennaio 1970 correnti.
Esempio
CTime t(2005, 10, 20, 23, 50, 0); // 11:50 PM October 20, 2005
time_t osBinaryTime = t.GetTime(); // time_t defined in <time.h>
_tprintf_s(_T("time_t = %ld\n"), osBinaryTime);
Requisiti
Header: atltime.h