Interface DateExpression

    • Method Detail

      • getMonth

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

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