|
virtual P6R::P6ERR P6R::p6IXpathTime::extractMonth |
( |
P6INT32 * |
pMonth |
) |
[pure virtual] |
Extract the month of the year from the time value stored in the component.
- Parameters:
-
| pMonth | [OUT] A value from [0..11], 0 is January, and 11 is December. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eTypeError | Only P6XPATH_TYPE_DATE, P6XPATH_TYPE_DATETIME have months. |
P6R::eInvalidArg | pMonth is NULL. |
|