|
pure virtual |
This method converts a unix style time (seconds since Jan 1, 1970) into a P6TIME.
| unixTime | [ in ] The unix time value to convert. |
| pTimeOut | [ in out ] A pointer to the P6TIME that will receive the converted time value. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pTimeOut was NULL |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| Any valid P6ERR. |