Microsoft DirectX 9.0 |
The -= operator subtracts one reference time from another.
Syntax
CRefTime& operator-=(
const CRefTime& rt
);
Parameters
rt
Reference to a CRefTime object.
Return Value
Returns a reference to the object.
See Also