Class FnYearsFromDuration

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

public final class FnYearsFromDuration extends Object
Implements the XPath 3.1 fn:years-from-duration. function.
  • Method Details

    • fnYearsFromDuration

      @NonNull public static IIntegerItem fnYearsFromDuration(@NonNull IYearMonthDurationItem arg)
      Parameters:
      arg - the meta:duration item from which to extract the years component
      Returns:
      the years component from the duration as an integer item