|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DayOfWeekOccurrence | |
|---|---|
| com.silverpeas.calendar | Provides the objects for handling and scheduling events in a calendar in Silverpeas. |
| Uses of DayOfWeekOccurrence in com.silverpeas.calendar |
|---|
| Methods in com.silverpeas.calendar that return DayOfWeekOccurrence | |
|---|---|
static DayOfWeekOccurrence |
DayOfWeekOccurrence.allOccurrences(DayOfWeek dayOfWeek)
Creates an instance of DayOfWeekOccurrence representing all the occurrences of the specified day of week in a week, a month or a year. |
static DayOfWeekOccurrence |
DayOfWeekOccurrence.nthOccurrence(int nth,
DayOfWeek dayOfWeek)
Creates an instance of DayOfWeekOccurrence representing the nth occurrence of the specified day of week in a month or a year. |
| Methods in com.silverpeas.calendar that return types with arguments of type DayOfWeekOccurrence | |
|---|---|
List<DayOfWeekOccurrence> |
CalendarEventRecurrence.getDaysOfWeek()
Gets the days of week on which the event should recur each time. |
| Methods in com.silverpeas.calendar with parameters of type DayOfWeekOccurrence | |
|---|---|
CalendarEventRecurrence |
CalendarEventRecurrence.on(DayOfWeekOccurrence... days)
Sets some specific occurrences of day of week at which the event should periodically occur within monthly or yearly period. |
| Method parameters in com.silverpeas.calendar with type arguments of type DayOfWeekOccurrence | |
|---|---|
CalendarEventRecurrence |
CalendarEventRecurrence.on(List<DayOfWeekOccurrence> days)
Sets some specific occurrences of day of week at which the event should periodically occur within monthly or yearly period. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||