Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXpathTime::toStringW ( P6WCHAR pBuffer,
P6UINT32  cBuffer,
P6UINT32 pWritten 
)
pure virtual

Convert the time value stored in this component into a valid ISO8601 (wide) string.

Parameters
pBuffer[ in ] Buffer to copy the ISO8601 (wide) string representation of the time component. If this parameter is NULL, then the required size of the buffer is returned in pWritten.
cBuffer[ in ] Number of characters in the buffer pointed to by pBuffer.
pWritten[ out ] Optional can be NULL, returns the number of characters written into pBuffer. This parameter cannot be NULL when pBuffer is also NULL.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpBuffer and pWritten set to NULL.
P6R::eTooSmallpBuffer is too small to copy the ISO string into.