|
pure virtual |
Expands the specified interval time value into hour.
minute. seconds, milliseconds and microseconds.
| pInterval | A pointer to a P6R::P6INTERVAL time value to expand. |
| pExpanded | The address of a P6R::P6EXPANDEDINTERVAL structure in which will be placed the expanded time information. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pInterval or pExpaneded was NULL. |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. |