Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXpathTime::toTime ( p6IXpathTime **  pConvert)
pure virtual

Return a copy of the current time component and convert it to a P6XPATH_TYPE_TIME (i.e., xs:time) type.

Parameters
pConvert[ out ] A newly created p6IXpathTime component containing a P6XPATH_TYPE_TIME type.
Returns
SuccessP6R::eOk 
FailureP6R::eTypeErrorP6XPATH_TYPE_DATE has no time parts.
P6R::eInvalidArgpConvert is NULL.