public interface ScheduleResult extends Interval
Schedule.nextDue(ScheduleContext)
for a
schedule.END_OF_TIME, START_OF_TIME
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getUseNext()
For recurring schedules this property provide the date that should be used
for the next call to
Schedule.nextDue(ScheduleContext) by using
the ScheduleContext.move(Date) method. |
getFromDate, getToDate
java.util.Date getUseNext()
Schedule.nextDue(ScheduleContext)
by using
the ScheduleContext.move(Date)
method. For most schedules this
date will be identical to the Interval.getToDate()
but for some
schedules such AfterSchedule
this will not be the case.