Package com.redwood.scheduler.api.date
Class TimeExpression
- java.lang.Object
- 
- com.redwood.scheduler.api.date.TimeExpression
 
- 
- 
Constructor SummaryConstructors Constructor Description TimeExpression()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static DateTimeZoneevaluate(DateTimeZone date, String expression)Apply the time expression to the specified date time zone.
 
- 
- 
- 
Method Detail- 
evaluatepublic 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.
 
 
- 
 
-