Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This operator is used to perform addition on a CFileTimeSpan object and assign the result to the current object.
CFileTime& operator +=(
CFileTimeSpan span
) throw( );
Parameters
- span
A CFileTimeSpan object.
Return Value
Returns the updated CFileTime object, representing the result of the original time plus a relative time.
Requirements
Header: atltime.h