CFileTime::operator +

This operator is used to perform addition on a CFileTimeSpan object.

CFileTime operator +(
   CFileTimeSpan span 
) const throw( );

Parameters

  • span
    A CFileTimeSpan object.

Return Value

Returns a CFileTime object representing the result of the original time plus a relative time.

Requirements

Header: atltime.h

See Also

Reference

CFileTime Class

CFileTimeSpan Class

Other Resources

CFileTime Members