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

Extract the day of the week from the time value stored in the component.

Parameters
pDayOfWeek[ out ] A value from [0..6], where 0 is Sunday.
Returns
SuccessP6R::eOk 
FailureP6R::eTypeErrorOnly P6XPATH_TYPE_DATE, P6XPATH_TYPE_DATETIME have days.
P6R::eInvalidArgpDayOfYear is NULL.