Package com.redwood.scheduler.api.date
Class TimeExpression
- java.lang.Object
-
- com.redwood.scheduler.api.date.TimeExpression
-
-
Constructor Summary
Constructors Constructor Description TimeExpression()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DateTimeZone
evaluate(DateTimeZone in, String expression)
Apply the time expression to the specified date time zone.
-
-
-
Method Detail
-
evaluate
public static DateTimeZone evaluate(DateTimeZone in, String expression)
Apply the time expression to the specified date time zone.- Parameters:
in
- the date time zone to apply the expression to.expression
- the expression to apply.- Returns:
- the result.
-
-