CFileTimeSpan::operator -=
Performs subtraction on a CFileTimeSpan object and assigns the result to the current object.
CFileTimeSpan& operator -=(
CFileTimeSpan span
) throw( );
Parameters
- span
A CFileTimeSpan object.
Return Value
Returns the updated CFileTimeSpan object.
Requirements
Header: atltime.h