LocalTime.isAfter

Checks if this time is after the specified time. !(p) The comparison is based on the time-line position of the time within a day.

@param other the other time to compare to, not null @return true if this is after the specified time

class LocalTime
bool
isAfter

Meta