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

public final class FnHoursFromTime extends Object
Implements the XPath 3.1 fn:hours-from-time. function.
  • Method Details

    • fnHoursFromTime

      @NonNull public static IIntegerItem fnHoursFromTime(@NonNull ITimeItem arg)
      Implements fn:hours-from-time.
      Parameters:
      arg - the meta:time item from which to extract the hour component
      Returns:
      the hour component from the time as an integer item