CFileTime::operator -

更新 : 2007 年 11 月

CFileTime オブジェクトまたは CFileTimeSpan オブジェクトの減算を実行します。

CFileTime operator -(
   CFileTimeSpan span 
) const throw( );
CFileTimeSpan operator -(
   CFileTime ft 
) const throw( );

パラメータ

  • span
    CFileTimeSpan オブジェクト。

  • ft
    CFileTime オブジェクト。

戻り値

2 つのオブジェクト間の時間差の結果を表す CFileTime オブジェクトまたは CFileTimeSpan オブジェクトを返します。

必要条件

ヘッダー : atltime.h

参照

参照

CFileTime クラス

CFileTimeSpan クラス

その他の技術情報

CFileTime のメンバ