Udostępnij za pośrednictwem


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

See Also

Reference

CFileTimeSpan Class

Other Resources

CFileTimeSpan Members