|
Class Summary |
| JbbChronometer |
This class is used to perform time measurements and mimics the behavior
of a chronometer. |
| JbbDate |
This class provides convenience routines for date and time manipulation:
Date and time manipulation (e.g. |
| JbbDateDifference |
A simple JAVA bean to retrieve information about the difference between two
dates. |
| JbbDateInterval |
A simple JAVA bean to manipulate a From To date interval with an associated type and number
(e.g. |
| JbbDateIntervalsDate |
A java bean to manipulate (sorting included) all the various date intervals (week, month and year) for a given date
Please refer to the method getYearMonthWeekDateIntervals() and getYearMonthWeekDateIntervals(Date date) in the DateHandler class. |
| JbbDateIntervalsYear |
This class allows you to retrieve (sorting included) all the various date intervals (week 1, week 2,...,month1...month12,quarter1,...quarter4... |
| JbbDateSpan |
A simple JAVA bean to represent a date/time span:
a "from" date time
a "to" date time
the corresponding JbbDateDifference
|
| JbbDateTest |
A test class for the JUnit testing framework |
| JbbTimer |
This class is used to block the calling thread for a specific amount of time |