- a
- first Time instance to compare
- b
- second Time instance to compare
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if either argument is null Java.Lang.IllegalArgumentException if Time.AllDay is true but hour, minute, and second are not 0.
Compare two Time objects and return a negative number if a is less than b, a positive number if a is greater than b, or 0 if they are equal.