Module dev.metaschema.core
Class FnCurrentTime
java.lang.Object
dev.metaschema.core.metapath.function.library.FnCurrentTime
Implements the XPath 3.1 fn:current-time
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ITimeItemfnCurrentTime(DynamicContext dynamicContext) Implements fn:current-time.
-
Method Details
-
fnCurrentTime
Implements fn:current-time.- Parameters:
dynamicContext- the dynamic evaluation context- Returns:
- the current date
-