Class FnYearFromDateTime

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

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

    • fnYearFromDateTime

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