Interface LocalTimeExpression

    • Method Detail

      • getHour

        NumericExpression<java.lang.Integer> getHour()
        Accessor for the hour of this time.
        Returns:
        Expression for the hour
      • getMinute

        NumericExpression<java.lang.Integer> getMinute()
        Accessor for the minute of this time.
        Returns:
        Expression for the minute
      • getSecond

        NumericExpression<java.lang.Integer> getSecond()
        Accessor for the second of this time.
        Returns:
        Expression for the second