LocalDate.getDayOfYear

Gets the day-of-year field. !(p) This method returns the primitive {@code int} value for the day-of-year.

@return the day-of-year, from 1 to 365, or 366 _in a leap year

class LocalDate
int
getDayOfYear
()

Meta