LocalDate.lengthOfMonth

Returns the length of the month represented by this date. !(p) This returns the length of the month _in days. For example, a date _in January would return 31.

@return the length of the month _in days

class LocalDate
override
int
lengthOfMonth
()

Meta