public final class JSTemporalNanosecondsDaysRecord extends Object
| Modifier and Type | Method and Description |
|---|---|
static JSTemporalNanosecondsDaysRecord |
create(BigInteger days,
BigInteger nanoseconds,
BigInteger dayLength) |
BigInteger |
getDayLength() |
BigInteger |
getDays() |
BigInteger |
getNanoseconds() |
public static JSTemporalNanosecondsDaysRecord create(BigInteger days, BigInteger nanoseconds, BigInteger dayLength)
public BigInteger getDays()
public BigInteger getNanoseconds()
public BigInteger getDayLength()