public final class JSTemporalYearMonthDayRecord extends Object
| Modifier and Type | Method and Description |
|---|---|
static JSTemporalYearMonthDayRecord |
create(int year,
int month) |
static JSTemporalYearMonthDayRecord |
create(int year,
int month,
int day) |
int |
getDay() |
int |
getMonth() |
int |
getYear() |
public static JSTemporalYearMonthDayRecord create(int year, int month, int day)
public static JSTemporalYearMonthDayRecord create(int year, int month)
public int getYear()
public int getMonth()
public int getDay()