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