sun.util.calendar |
|
Java Source File Name | Type | Comment |
CalendarDate.java | Class | CalendarDate holds the date fields, such as year and
month, to represent a particular date and time.
CalendarDate is independent from any calendar
systems. |
CalendarSystem.java | Interface | |
Gregorian.java | Class | Gregorian calendar calculations. |
ZoneInfo.java | Class | ZoneInfo is an implementation subclass of
java.util.TimeZone TimeZone that represents GMT offsets and
daylight saving time transitions of a time zone.
The daylight saving time transitions are described in the
ZoneInfo.transitions transitions table consisting of a chronological
sequence of transitions of GMT offset and/or daylight saving time
changes. |
ZoneInfoFile.java | Class | ZoneInfoFile reads Zone information files in the
<java.home>/lib/zi directory and provides time zone
information in the form of a
ZoneInfo object. |