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