|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DayOfWeek | |
|---|---|
| com.silverpeas.calendar | Provides the objects for handling and scheduling events in a calendar in Silverpeas. |
| Uses of DayOfWeek in com.silverpeas.calendar |
|---|
| Methods in com.silverpeas.calendar that return DayOfWeek | |
|---|---|
DayOfWeek |
DayOfWeekOccurrence.dayOfWeek()
Gets the day of week of this occurrence. |
static DayOfWeek |
DayOfWeek.fromDate(Date aDate)
Gets the Silverpeas Day Of Week from a Date |
static DayOfWeek |
DayOfWeek.fromDayOfWeekNumber(int dayOfWeekNumber)
Gets the Silverpeas Day Of Week from the number of the day in week normalized by Calendar. |
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DayOfWeek[] |
DayOfWeek.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 DayOfWeek | |
|---|---|
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. |
CalendarEventRecurrence |
CalendarEventRecurrence.on(DayOfWeek... days)
Sets some specific days of week at which the event should periodically occur. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||