Microsoft DirectX 9.0 |
This operator assigns a new reference time.
Syntax
COARefTime& operator=(
const double& rd
);
COARefTime& operator=(
const REFERENCE_TIME& rt
);
Parameters
rd
Reference to a double value that specifies the new reference time in seconds.
rt
Reference to a REFERENCE_TIME value that specifies the new reference time in 100-nanosecond units.
Return Value
Returns a reference to the object.
See Also