CFileTime::operator +

この演算子が CFileTimeSpan オブジェクトの追加を実行するために使用されます。

CFileTime operator +(
   CFileTimeSpan span 
) const throw( );

パラメーター

  • span
    CFileTimeSpan オブジェクト。

戻り値

相対的な時間と、元の時刻の結果を表す CFileTime のオブジェクトを返します。

必要条件

ヘッダー : atltime.h

参照

関連項目

CFileTime クラス

CFileTimeSpan クラス