sun.util.calendar |
|
Java Source File Name | Type | Comment |
AbstractCalendar.java | Class | The AbstractCalendar class provides a framework for
implementing a concrete calendar system.
Fixed Date
For implementing a concrete calendar system, each calendar must
have the common date numbering, starting from midnight the onset of
Monday, January 1, 1 (Gregorian). |
BaseCalendar.java | Class | The BaseCalendar provides basic calendar calculation
functions to support the Julian, Gregorian, and Gregorian-based
calendar systems. |
CalendarDate.java | Class | The CalendarDate class represents a specific instant
in time by calendar date and time fields that are multiple cycles
in different time unites. |
CalendarSystem.java | Class | CalendarSystem is an abstract class that defines the
programming interface to deal with calendar date and time.
CalendarSystem instances are singletons.
|
CalendarUtils.java | Class | |
Era.java | Class | The class Era represents a calendar era that defines a
period of time in which the same year numbering is used. |
Gregorian.java | Class | Gregorian calendar implementation. |
ImmutableGregorianDate.java | Class | |
JulianCalendar.java | Class | Julian calendar implementation. |
LocalGregorianCalendar.java | Class | |
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. |