Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITime::p6TimeToUnixTime ( const P6TIME pTime,
P6INT32 pUnixTime 
)
pure virtual

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

Parameters
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.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpTime or pUnixTime was NULL
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
Any valid P6ERR.