|
pure virtual |
Extract the day of the year from the time value stored in the component.
| pDayOfYear | [ out ] A value from [0..365], which represents the number of days since January 1st. |
| Success | P6R::eOk | |
| Failure | P6R::eTypeError | Only P6XPATH_TYPE_DATE, P6XPATH_TYPE_DATETIME have days. |
| P6R::eInvalidArg | pDayOfYear is NULL. |