| Microsoft DirectX 8.1 (C++) | 
This operator divides a reference time by a value.
Syntax
COARefTime operator/(
    LONG l
);
Parameters
l
Divisor.
Return Value
Returns a new COARefTime object equal to the quotient of this object and l.
See Also