Capturing timer value based on external interrupt , leveraging the 62.5nsec (16MHz) resolution) of the ATMEGA328 on the Arduino Uno

Why are you multiplying 'dlyTime' in clock ticks by 16 million? Shouldn't you divide by 16 million to get time in seconds? Or divide by 16 to get time in microseconds?