| 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 |
|---|---|
Calendar |
RecurrenceUtil.getNextDate(Calendar calendar,
Recurrence recurrence)
This method determines the next occurrence (as
Calendar) after the given calendar based on the
given Recurrence. |
Date |
RecurrenceUtil.getNextDate(Date date,
Recurrence recurrence)
This method determines the next occurrence (as
Date) after the given date based on the given
Recurrence. |
| Modifier and Type | Class and Description |
|---|---|
class |
RecurrenceBean
This is the implementation of
Recurrence as simple Java Bean. |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
RecurrenceUtilImpl.getNextDate(Calendar calendar,
Recurrence recurrence) |
Date |
RecurrenceUtilImpl.getNextDate(Date date,
Recurrence recurrence) |
Copyright © 2001–2016 mmm-Team. All rights reserved.