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 | Field and Description |
---|---|
static WeekdaySet |
WeekdaySet.ALL
|
static WeekdaySet |
WeekdaySet.NONE
|
static WeekdaySet |
WeekdaySet.WORKDAYS
|
Modifier and Type | Method and Description |
---|---|
WeekdaySet |
Recurrence.getWeekdays()
This method gets the
WeekdaySet containing the Weekday s of the recurrence. |
WeekdaySet |
WeekdaySet.invert()
This method returns a new
WeekdaySet that is the inverse selection of this WeekdaySet . |
Modifier and Type | Field and Description |
---|---|
private WeekdaySet |
RecurrenceBean.weekdays |
Modifier and Type | Method and Description |
---|---|
WeekdaySet |
RecurrenceBean.getWeekdays() |
Modifier and Type | Method and Description |
---|---|
void |
RecurrenceBean.setWeekdays(WeekdaySet weekdays) |
Constructor and Description |
---|
RecurrenceBean(DateUnit unit,
int step,
WeekdaySet weekdays,
WeekOfMonth weekOfMonth)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.