horaDurationTo method

HoraDuration horaDurationTo(
  1. Hora other
)

Gets the HoraDuration between this and another date.

Implementation

HoraDuration horaDurationTo(Hora other) => HoraDuration.between(this, other);