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

Retrieves the local timezone offset from GMT.

Parameters
pOffset[ out ] The address of a P6INT32 that will receive the local timezone offset from GMT.
Returns
SuccessP6R::eOk 
FailureThe value pointed to by the pOffset argument is unchanged.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
P6R::eInvalidArgpOffset was NULL