Class DateDifferenceFunction

  • All Implemented Interfaces:
    Expression, Function, FunctionExpression, Factory

    public class DateDifferenceFunction
    extends FunctionExpressionImpl
    The function computes the difference between two date objects (as a-b), in the specified time unit (default to milliseconds). Supported time units are "s", "m", "h", "d" (for seconds, minutes, hours, days respectively).