Lines Matching refs:CalendarDate

48  * <h4>CalendarDate</h4>
51 * a <code>CalendarDate</code>, <code>CalendarDate</code>s that have
70 * @see CalendarDate
187 public abstract CalendarDate getCalendarDate();
199 * @return a <code>CalendarDate</code> instance that contains the
202 public abstract CalendarDate getCalendarDate(long millis);
204 public abstract CalendarDate getCalendarDate(long millis, CalendarDate date);
206 public abstract CalendarDate getCalendarDate(long millis, TimeZone zone);
209 * Constructs a <code>CalendarDate</code> that is specific to this
214 * @return a <code>CalendarDate</code> instance that contains the initial
217 public abstract CalendarDate newCalendarDate();
219 public abstract CalendarDate newCalendarDate(TimeZone zone);
224 * <code>CalendarDate</code>.
226 * @param date the <code>CalendarDate</code> from which the time
230 public abstract long getTime(CalendarDate date);
235 * normalization with the specified <code>CalendarDate</code>. The
236 * <code>CalendarDate</code> must be normalized to get a correct
239 public abstract int getYearLength(CalendarDate date);
244 * <code>CalendarDate</code>. The <code>CalendarDate</code> must
247 public abstract int getYearLengthInMonths(CalendarDate date);
252 * specified calendar date. The <code>CalendarDate</code> must
260 public abstract int getMonthLength(CalendarDate date); // no setter
299 public abstract void setEra(CalendarDate date, String eraName);
302 * Returns a <code>CalendarDate</code> of the n-th day of week
309 * CalendarDate date = cal.newCalendarDate();
311 * CalendarDate firstSun = cal.getNthDayOfWeek(1, cal.SUNDAY, date);
315 * This method returns a new <code>CalendarDate</code> instance
324 * or before the specified <code>CalendarDate</code>
326 public abstract CalendarDate getNthDayOfWeek(int nth, int dayOfWeek,
327 CalendarDate date);
329 public abstract CalendarDate setTimeOfDay(CalendarDate date, int timeOfDay);
336 * @param date the <code>CalendarDate</code> to be validated
342 public abstract boolean validate(CalendarDate date);
346 * <code>date</code>. Also all {@link CalendarDate#FIELD_UNDEFINED
356 public abstract boolean normalize(CalendarDate date);