public class IntervalSchedule extends Object implements Schedule
Constructor and Description |
---|
IntervalSchedule(TimeSpan inFrequency) |
Modifier and Type | Method and Description |
---|---|
TimeSpan |
getFrequency() |
Date |
next()
Returns the next scheduled instance.
|
Date |
nextAfter(Date inReferenceDate)
Returns the first scheduled instance that comes after the specified reference date.
|
public IntervalSchedule(TimeSpan inFrequency)
public TimeSpan getFrequency()
public Date next()
Schedule
jataylor@hairyfatguy.com