Class FnSecondsFromDateTime

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

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

    • fnSecondsFromDateTime

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