Module dev.metaschema.core
Class FnTimezoneFromDateTime
java.lang.Object
dev.metaschema.core.metapath.function.library.FnTimezoneFromDateTime
Implements the XPath 3.1 fn:timezone-from-dateTime
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDayTimeDurationItemImplements fn:timezone-from-dateTime.
-
Method Details
-
fnTimezoneFromDateTime
Implements fn:timezone-from-dateTime.- Parameters:
arg- the meta:date-time item from which to extract the timezone component- Returns:
- the timezone component from the date/time or
nullif no timezone is present
-