|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.calendar.RecurrencePeriod
public class RecurrencePeriod
A period of a recurrence. It defines the unit of time the recurrence is scheduled and the interval in this unit of time.
Method Summary | |
---|---|
static RecurrencePeriod |
every(int interval,
TimeUnit unit)
|
int |
getInterval()
Gets the interval of this period. |
TimeUnit |
getUnit()
Gets the unit of time of the interval. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RecurrencePeriod every(int interval, TimeUnit unit)
public int getInterval()
public TimeUnit getUnit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |