次の方法で共有


CFileTime::operator -

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 のメンバー