()
| 1731 | * @return chronological system as time axis (never {@code null}) |
| 1732 | */ |
| 1733 | public static TimeAxis<IsoTimeUnit, PlainTime> axis() { |
| 1734 | |
| 1735 | return ENGINE; |
| 1736 | |
| 1737 | } |
| 1738 | |
| 1739 | /** |
| 1740 | * <p>Obtains a bridge chronology for the type {@code java.time.LocalTime}. </p> |
no outgoing calls