Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITime::getTimezoneOffset ( P6INT32 pTzOffset)
pure virtual

Retrieves the current localtime's offset from GMT in seconds.

Parameters
pTzOffset[ out ] The address of a P6INT32 in which will be placed the the offset from GMT in seconds of the current local timezone.
Returns
SuccessP6R::eOk 
FailureThe value pointed to by the pTzOffset argument will be unchanged.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
P6R::eInvalidArgpTzOffset was NULL