|
pure virtual |
Retrieves the current localtime's offset from GMT in seconds.
| pTzOffset | [ out ] The address of a P6INT32 in which will be placed the the offset from GMT in seconds of the current local timezone. |
| Success | P6R::eOk | |
| Failure | The value pointed to by the pTzOffset argument will be unchanged. | |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| P6R::eInvalidArg | pTzOffset was NULL |