CFileTime::UTCToLocal
ローカル ファイルの日時に (UTC) に基づいて世界協定時刻 (UTC 時刻に変換するには、このメソッドを呼び出します。
CFileTime UTCToLocal( ) const throw( );
戻り値
ローカル ファイルの時間形式の時間を含む CFileTime のオブジェクトを返します。
使用例
// Convert a UTC time to local file time format
CFileTime myUTC_FT, myL_FT;
// Get system time (in UTC format)
myUTC_FT = CFileTime::GetCurrentTime();
// Convert to local file time
myL_FT = myUTC_FT.UTCToLocal();
必要条件
ヘッダー : atltime.h