Class FnMonthFromDateTime

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

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

    • fnMonthFromDateTime

      @NonNull public static IIntegerItem fnMonthFromDateTime(@NonNull IDateTimeItem arg)
      Parameters:
      arg - the meta:date-time item from which to extract the month component
      Returns:
      the month component from the date as an integer item