Lines Matching defs:that

41      * The Julian day of the epoch, that is, January 1, 1970 on the Gregorian
172 // Set the daylight-saving indicator to the unknown value -1 so that
225 * the other fields. Requires that it be normalized for MONTH_DAY and
379 * format that does not include the "time" field. For example, all of the
431 * (that is, strings that contain no time or time offset). For example,
474 * Returns the timezone string that is currently set for the device.
505 * ambiguous because it falls in the hour that is repeated when switching
510 * assuming that DST changes at 2am on Sunday, Nov 4, 2007.
530 * to read back the same milliseconds that you set with {@link #set(long)}
553 * Copy the value of that to this Time object. No normalization happens.
555 public void set(Time that) {
556 this.timezone = that.timezone;
557 this.allDay = that.allDay;
558 this.second = that.second;
559 this.minute = that.minute;
560 this.hour = that.hour;
561 this.monthDay = that.monthDay;
562 this.month = that.month;
563 this.year = that.year;
564 this.weekDay = that.weekDay;
565 this.yearDay = that.yearDay;
566 this.isDst = that.isDst;
567 this.gmtoff = that.gmtoff;
615 * @param that a given Time object to compare against
618 public boolean before(Time that) {
619 return Time.compare(this, that) < 0;
627 * @param that a given Time object to compare against
630 public boolean after(Time that) {
631 return Time.compare(this, that) > 0;
636 * and gives a number that can be added to the yearDay to give the
740 * the same timezone that is set in this Time object. The "gmtoff" field
748 * The only exception to this is if 12am does not exist for that day because
750 * hour at 12am on April 25, 2008 and there are a few other places that
782 * calculates which week since {@link #EPOCH_JULIAN_DAY} that day occurs in,
802 * the Monday for that week. This assumes that the week containing the