Home | History | Annotate | Download | only in format

Lines Matching refs:yearDay

96     public int yearDay;
198 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
283 this.yearDay = 0;
395 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
565 this.yearDay = that.yearDay;
571 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
583 this.yearDay = 0;
590 * Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
606 this.yearDay = 0;
636 * and gives a number that can be added to the yearDay to give the
637 * closest Thursday yearDay.
644 * yearDay and weekDay fields.
663 int closestThursday = yearDay + sThursdayOffset[weekDay];
674 return temp.yearDay / 7 + 1;