()
| 1605 | * @return chronological system as time axis (never {@code null}) |
| 1606 | */ |
| 1607 | public static TimeAxis<IsoDateUnit, PlainDate> axis() { |
| 1608 | |
| 1609 | return ENGINE; |
| 1610 | |
| 1611 | } |
| 1612 | |
| 1613 | /** |
| 1614 | * <p>Obtains a bridge chronology for the type {@code java.time.LocalDate}. </p> |
no outgoing calls