CTime::GetTime

更新 : 2007 年 11 月

指定された CTime オブジェクトに対する time64_t の値を返します。

__time64_t GetTime( ) const throw( );

戻り値

GetTime は、現在の CTime オブジェクトから 1970 年 1 月 1 日までの秒数を返します。

使用例

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);

必要条件

ヘッダー : atltime.h

参照

参照

CTime クラス

階層図

CTime::CTime

その他の技術情報

CTime のメンバ