Compartir a través de


CFileTimeSpan::operator +=

Performs addition 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 containing the sum of the two time spans.

Requirements

Header: atltime.h

See Also

Reference

CFileTimeSpan Class

Other Resources

CFileTimeSpan Members