Microsoft DirectX 9.0 |
This operator tests if one reference time is greater than another.
Syntax
BOOL operator>(
const COARefTime& rt
);
Parameters
rt
Reference to the COARefTime object to compare.
Return Value
Returns TRUE if this object is strictly greater than rt. Otherwise, returns FALSE.
See Also