|
pure virtual |
Convert the specified number of microseconds (1/1000000 second) into an interval time value.
This method performs arithmetic rounding.
| nMicroSeconds | The microseconds to convert into an interval time value. |
| pInterval | The address of a P6R::P6INTERVAL in which will be placed the converted interval time value. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pInterval was NULL. |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. |