Class TimeExpression


  • public class TimeExpression
    extends Object
    API for working with time expressions. See the documentation for Time.expression() in the REL Time package for examples.
    • Constructor Detail

      • TimeExpression

        public TimeExpression()
    • Method Detail

      • evaluate

        public static DateTimeZone evaluate​(DateTimeZone date,
                                            String expression)
        Apply the time expression to the specified date time zone.
        Parameters:
        date - the date time zone to apply the expression to.
        expression - the expression to apply.
        Returns:
        the result.