Microsoft DirectX 9.0

COARefTime::Operator –=

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