See: Description
Interface | Description |
---|---|
DurationUtil |
This is a collection of utility functions for dealing with time and durations.
|
Iso8601Util |
This is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
|
Iso8601UtilLimited |
This is a limited subset of
Iso8601Util that is GWT compatible. |
Recurrence |
This is the interface for a datatype representing the recurrence of an event or appointment.
|
RecurrenceUtil |
This is the interface for a collection of utility functions that help with to deal with
Recurrence . |
Class | Description |
---|---|
Helper |
Helper for code that is GWT incompatible and needs to be super-sourced.
|
TimeMeasure |
This class makes it very easy to do performance monitoring.
|
WeekdaySet |
Enum | Description |
---|---|
DateUnit |
The enum contains the units of a date.
|
Month |
The enum contains the twelve months of a year in Gregorian calendar.
|
TimeMeasure.Result |
The state of the completion.
|
Weekday |
The enum contains the seven days of a week in Gregorian calendar.
|
WeekOfMonth |
The enum contains the twelve months of a year in Gregorian calendar.
|
Exception | Description |
---|---|
IllegalDateFormatException |
This is the exception thrown if a date given as string was illegal.
|
Date
and Calendar
.
However, they are totally awkward. A good alternative is joda time. Rescue will come with JSR 310 that unfortunately
did not make it into java 7. Please also note the existence of Duration
and
DatatypeFactory
as well as TimeUnit
. However for additional
purposes this package offers further datatypes.Copyright © 2001–2016 mmm-Team. All rights reserved.