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

Returns microseconds since UTC epoch (Midinight, January 1, 1970) as a 64bit value representing the current time.

Parameters
pTime[ out ] A pointer to a P6TIME in which the current time will be placed.
Returns
SuccessP6R::eOk 
FailureAny valid P6ERR the value pointer to by the pTime argument will be unchanged.. 
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
P6R::eInvalidArgpTime argument was NULL