|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnit | |
---|---|
com.silverpeas.calendar | Provides the objects for handling and scheduling events in a calendar in Silverpeas. |
Uses of TimeUnit in com.silverpeas.calendar |
---|
Methods in com.silverpeas.calendar that return TimeUnit | |
---|---|
TimeUnit |
RecurrencePeriod.getUnit()
Gets the unit of time of the interval. |
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.silverpeas.calendar with parameters of type TimeUnit | |
---|---|
static RecurrencePeriod |
RecurrencePeriod.every(int interval,
TimeUnit unit)
|
static CalendarEventRecurrence |
CalendarEventRecurrence.every(int frequencyValue,
TimeUnit frequencyUnit)
Creates a new event recurrence from the specified frequency. |
static CalendarEventRecurrence |
CalendarEventRecurrence.every(TimeUnit frequencyUnit)
Creates a new event recurrence from the specified frequency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |