horaDurationTo method
Gets the HoraDuration between this and another date.
Implementation
HoraDuration horaDurationTo(Hora other) => HoraDuration.between(this, other);
Gets the HoraDuration between this and another date.
HoraDuration horaDurationTo(Hora other) => HoraDuration.between(this, other);