Int compareTime(Time t1, Time t2)
Arguments
t1: The first timet2: The second time
Usage
Compare two times, returning a negative integer if the first time is earlier, a positive integer if the first time is later, and zero if the two times are equal.