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 DateUnit |
DateUnit.fromValue(String value)
This method gets the
DateUnit for the given value . |
DateUnit |
Recurrence.getUnit()
This method gets the
DateUnit of this Recurrence . |
static DateUnit |
DateUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateUnit[] |
DateUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private DateUnit |
RecurrenceBean.unit |
Modifier and Type | Method and Description |
---|---|
DateUnit |
RecurrenceBean.getUnit() |
Modifier and Type | Method and Description |
---|---|
void |
RecurrenceBean.setUnit(DateUnit unit) |
Constructor and Description |
---|
RecurrenceBean(DateUnit unit,
int step,
WeekdaySet weekdays,
WeekOfMonth weekOfMonth)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.