max method

Hora max(
  1. Hora other
)

Gets the later of this and another date.

Implementation

Hora max(Hora other) => HoraMinMax.max2(this, other);