Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXpathTime::getTime ( P6XPATH_TYPE pType,
P6TIME pTimeStamp,
P6INT32 pTimeZone 
)
pure virtual

Extract the time value as a 3-tuple [type,P6TIME,timezone delta].

There are other methods provided to extract components of the time value.

Parameters
pType[ out ] one of the following type: { P6XPATH_TYPE_DATE, P6XPATH_TYPE_DATETIME, P6XPATH_TYPE_TIME }
pTimeStamp[ out ] the time in GMT
pTimeZone[ out ] the delta in seconds from GMT representing the timezone of the time value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.