Searched defs:CalendarDate (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/calendar/
H A DCalendarDate.java33 * The <code>CalendarDate</code> class represents a specific instant
37 * <code>CalendarDate</code> class that holds calendar field values
41 * <p>A <code>CalendarDate</code> instance can be created by calling
47 * <code>CalendarDate</code> instances have been created.
51 * <code>CalendarDate</code> to <I>not normalized</I>. The
63 public abstract class CalendarDate implements Cloneable { class in inherits:Cloneable
89 protected CalendarDate() { method in class:CalendarDate
93 protected CalendarDate(TimeZone zone) { method in class:CalendarDate
107 * <code>CalendarDate</code> requires eras and the specified era
111 * system for this <code>CalendarDate</cod
[all...]

Completed in 294 milliseconds