(
Moment end,
SI unit
)
| 1528 | * @throws UnsupportedOperationException wenn ein Zeitpunkt vor 1972 ist |
| 1529 | */ |
| 1530 | public long until( |
| 1531 | Moment end, |
| 1532 | SI unit |
| 1533 | ) { |
| 1534 | |
| 1535 | return unit.between(this, end); |
| 1536 | |
| 1537 | } |
| 1538 | |
| 1539 | /** |
| 1540 | * <p>Creates a formatted output of this instance. </p> |