operator > method

dynamic operator >(
  1. Timecode other
)

Implementation

operator >(Timecode other) {
  return other.millis > millis;
}