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

public final class FnYearFromDate extends Object
Implements the XPath 3.1 fn:year-from-date. function.
  • Method Details

    • fnYearFromDate

      @NonNull public static IIntegerItem fnYearFromDate(@NonNull IDateItem arg)
      Implements fn:year-from-date.
      Parameters:
      arg - the meta:date item from which to extract the year component
      Returns:
      the year component from the date as an integer item