| Package | Description |
|---|---|
| net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
| net.sf.mmm.util.date.base |
Provides the basic implementation of utilities for dealing with date and time.
|
| Modifier and Type | Method and Description |
|---|---|
static WeekOfMonth |
WeekOfMonth.fromValue(Integer value)
This method gets the
WeekOfMonth for the given value. |
WeekOfMonth |
Recurrence.getWeekOfMonth()
|
static WeekOfMonth |
WeekOfMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekOfMonth[] |
WeekOfMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private WeekOfMonth |
RecurrenceBean.weekOfMonth |
| Modifier and Type | Method and Description |
|---|---|
WeekOfMonth |
RecurrenceBean.getWeekOfMonth() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecurrenceBean.setWeekOfMonth(WeekOfMonth weekOfMonth) |
| Constructor and Description |
|---|
RecurrenceBean(DateUnit unit,
int step,
WeekdaySet weekdays,
WeekOfMonth weekOfMonth)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.