Class FnSecondsFromTime

java.lang.Object
dev.metaschema.core.metapath.function.library.FnSecondsFromTime

public final class FnSecondsFromTime extends Object
Implements the XPath 3.1 fn:seconds-from-time. function.
  • Method Details

    • fnSecondsFromTime

      @NonNull public static IDecimalItem fnSecondsFromTime(@NonNull ITimeItem arg)
      Parameters:
      arg - the meta:time item from which to extract the second component
      Returns:
      the second component from the date as a decimal item