| Microsoft DirectX 8.1 (C++) | 
This operator adds two reference times, and sets this object to the result.
Syntax
COARefTime& operator+=(
    const COARefTime& rt
);
Parameters
rt
Reference to the COARefTime object to add.
Return Value
Returns a reference to the object.
See Also