| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
DayOfWeekIndex |
RelativeYearlyRecurrencePattern.getDayIndex()
Gets which week in a month is used in a relative yearly recurrence pattern.
|
DayOfWeekIndex |
RelativeMonthlyRecurrencePattern.getDayIndex()
Gets which week is used in a relative monthly recurrence pattern.
|
static DayOfWeekIndex |
DayOfWeekIndex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeekIndex[] |
DayOfWeekIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelativeYearlyRecurrencePattern.setDayIndex(DayOfWeekIndex dayIndex)
Sets which week in a month is used in a relative yearly recurrence pattern.
|
void |
RelativeMonthlyRecurrencePattern.setDayIndex(DayOfWeekIndex dayIndex)
Sets which week is used in a relative monthly recurrence pattern.
|
| Constructor and Description |
|---|
RelativeMonthlyRecurrencePattern(int interval,
java.util.List<DayOfWeek> days,
DayOfWeekIndex dayIndex)
Initializes a new instance of the RelativeMonthlyRecurrencePattern class.
|
RelativeYearlyRecurrencePattern(Month month,
java.util.List<DayOfWeek> days,
DayOfWeekIndex dayIndex)
Initializes a new instance of the RelativeYearlyRecurrencePattern class.
|