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

/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java58 * The <code>Calendar</code> class is an abstract class that provides methods
72 * Like other locale-sensitive classes, <code>Calendar</code> provides a
74 * object of this type. <code>Calendar</code>'s <code>getInstance</code> method
75 * returns a <code>Calendar</code> object whose
79 * Calendar rightNow = Calendar.getInstance();
83 * <p>A <code>Calendar</code> object can produce all the calendar field values
86 * <code>Calendar</code> defines the range of values returned by
93 * <h3>Getting and Setting Calendar Field Values</h3>
96 * methods. Any field values set in a <code>Calendar</cod
307 public abstract class Calendar implements Serializable, Cloneable, Comparable<Calendar> { class in inherits:Serializable,Cloneable,Comparable
1584 protected Calendar() method in class:Calendar
1596 protected Calendar(TimeZone zone, Locale aLocale) method in class:Calendar
[all...]

Completed in 42 milliseconds