Class Period
java.lang.Object
java.time.Period
public final class Period
extends java.lang.Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
of
-
ofDays
-
ofMonths
-
ofYears
-
getYears
public int getYears() -
getMonths
public int getMonths() -
getDays
public int getDays() -
addTo
-
toString
- Overrides:
toStringin classjava.lang.Object
-