Searched defs:yearDay (Results 1 – 4 of 4) sorted by relevance
303 int yearDay = wallTime.getYearDay() + 1; in handleToken() local305 yearDay); in handleToken() local
119 public int yearDay; field in Time
71 private int yearDay; field in Time365 public void setYearDay(int yearDay) { in setYearDay()
1264 static int yearDay(int year, int month, int day) { in yearDay() method in RecurrenceProcessor1265 int yearDay = DAYS_IN_YEAR_PRECEDING_MONTH[month] + day - 1; in yearDay() local