Class FnDayFromDateTime

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

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

    • fnDayFromDateTime

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