Module dev.metaschema.core
Class FnMonthFromDate
java.lang.Object
dev.metaschema.core.metapath.function.library.FnMonthFromDate
Implements the XPath 3.1 fn:month-from-date.
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IIntegerItemfnMonthFromDate(IDateItem arg) Implements fn:month-from-date.
-
Method Details
-
fnMonthFromDate
Implements fn:month-from-date.- Parameters:
arg- the meta:date item from which to extract the month component- Returns:
- the month component from the date as an integer item
-