Module dev.metaschema.core
Class FnHoursFromTime
java.lang.Object
dev.metaschema.core.metapath.function.library.FnHoursFromTime
Implements the XPath 3.1 fn:hours-from-time.
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IIntegerItemfnHoursFromTime(ITimeItem arg) Implements fn:hours-from-time.
-
Method Details
-
fnHoursFromTime
Implements fn:hours-from-time.- Parameters:
arg- the meta:time item from which to extract the hour component- Returns:
- the hour component from the time as an integer item
-