Interface LocalDateExpression

    • Method Detail

      • getMonthValue

        NumericExpression<Integer> getMonthValue()
        Accessor for the month of this date.
        Returns:
        Expression for the month
      • getDayOfMonth

        NumericExpression<Integer> getDayOfMonth()
        Accessor for the day (of the month) of this date.
        Returns:
        Expression for the day of the month