Share via


COARefTime::Operator -=

Subtracts one COARefTime object from another COARefTime object and makes this object equal to the result.

COARefTime& operator-=(
const COARefTime& rt );

Parameters

rt

COARefTime object to be subtracted.

Return Values

Returns the result.

Remarks

This object is the object subtracted from.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.