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