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