after method

bool after(
  1. TimeOfDay other
)

Implementation

bool after(TimeOfDay other) {
  return this.compare(other) > 0;
}