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