Period.ofDays

Obtains a {@code Period} representing a number of days. !(p) The resulting period will have the specified days. The years and months units will be zero.

@param days the number of days, positive or negative @return the period of days, not null

class Period
static
ofDays
(
int days
)

Meta