public final class Period extends Object
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
addTo(LocalDate date) |
int |
getDays() |
int |
getMonths() |
int |
getYears() |
static Period |
of(int years,
int months,
int days) |
static Period |
ofDays(int days) |
static Period |
ofMonths(int months) |
static Period |
ofYears(int years) |
String |
toString() |
public static Period of(int years, int months, int days)
public static Period ofDays(int days)
public static Period ofMonths(int months)
public static Period ofYears(int years)
public int getYears()
public int getMonths()
public int getDays()
Copyright © 2026. All rights reserved.