Microsoft DirectX 8.1 (C++)

CRefTime::operator –=

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