before method

bool before(
  1. TimeOfDay other
)

Implementation

bool before(TimeOfDay other) {
  return this.compare(other) < 0;
}