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

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

    • fnDayFromDate

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