Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITime::unixTimeToP6Time ( P6INT32  unixTime,
P6TIME pTimeOut 
)
pure virtual

This method converts a unix style time (seconds since Jan 1, 1970) into a P6TIME.

Parameters
unixTime[ in ] The unix time value to convert.
pTimeOut[ in out ] A pointer to the P6TIME that will receive the converted time value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpTimeOut was NULL
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
Any valid P6ERR.