Microsoft DirectX 9.0 |
This operator subtracts one reference time from another, and sets this object to the result.
Syntax
COARefTime& operator-=(
const COARefTime& rt
);
Parameters
rt
Reference to the COARefTime object to subtract.
Return Value
Returns a reference to the object.
See Also