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:
Success | P6R::eOk | |
Failure | P6R::eTypeError | Only P6XPATH_TYPE_DATE, P6XPATH_TYPE_DATETIME have days. |
P6R::eInvalidArg | pDayOfYear is NULL. |