time
2.0.0-SNAPSHOT.121
time
/
io.spine.time
/
LocalDates
/
of
of
public
static
LocalDate
of
(
LocalDate
ld
)
Creates an instance by the passed Java Time value.
public
static
LocalDate
of
(
int year
,
Month
month
,
int day
)
Obtains local date from a year, month, and day.