The Period addTo() method

Report a typo

What is the result of the addTo() operation?

    Period period  = Period.of(1, 1, 1);
    System.out.println(period.addTo(LocalDate.of(2000, 2, 22)));
Enter a short text
___

Create a free account to access the full topic