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

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

    • fnMonthFromDate

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