|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DayDate | Represents a date - year, month, day in the range Jan 1, 1000 - Dec 31, 9999, with a lot of utilities. |
DayDateFactory | Factory for creating DayDate objects. |
DayDateFormatter | Provides methods for formatting a DayDate object as a human-readable
string. |
Time | A complete time with date and time of day, and a lot of utilities. |
TimeFactory | Factory for creating Time objects. |
TimeFormatter | Provides methods for formatting a Time object as a human-readable
string. |
TimeOfDay | Represents a specific time of the day (hours, minutes, seconds, milliseconds) in the range 00:00:00.000 - 23:59:59.000. |
TimeOfDayFactory | Factory for creating TimeOfDay objects. |
TimeOfDayFormatter | Provides methods for formatting a TimeOfDay object as a
human-readable string. |
Class Summary | |
---|---|
TimeUtils | Utilities for dealing with Time and similar objects. |
Enum Summary | |
---|---|
DayOfWeek | Represents a day of the week: Sunday, Monday and so on. |
Month | A month. |
Exception Summary | |
---|---|
TimeOutOfRangeException | An exception showing that a time , time of day
or date is out of range. |
Veyder-time: a simple and efficient time and date framework for Java. It simplifies many operations with times and dates, and offers a more natural representation for such objects. For more info, go to Veyder-time homepage.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |