public final class NanosecondsToDaysResult extends Record
| Constructor and Description |
|---|
NanosecondsToDaysResult(BigInteger days,
BigInteger nanoseconds,
BigInteger dayLength) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
dayLength() |
BigInteger |
days() |
boolean |
equals(Object o) |
int |
hashCode() |
BigInteger |
nanoseconds() |
String |
toString() |
public NanosecondsToDaysResult(BigInteger days, BigInteger nanoseconds, BigInteger dayLength)
public BigInteger days()
public BigInteger nanoseconds()
public BigInteger dayLength()