次の方法で共有


CFileTime::operator -=

CFileTimeSpan オブジェクトの減算を実行して、現在のオブジェクトに結果を代入します。

CFileTime& operator -=(
   CFileTimeSpan span 
) throw( );

パラメーター

  • span
    減算する相対時刻を含む CFileTimeSpan オブジェクト。

戻り値

更新後の CFileTime オブジェクトを返します。

必要条件

**ヘッダー:**atltime.h

参照

参照

CFileTime クラス

CFileTimeSpan クラス

その他の技術情報

CFileTime のメンバー