Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compareTime (0.17 sec)

  1. src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java

                reverse = compareTime(fromHours, fromMinutes, toHours, toMinutes) < 0;
            }
    
            public long getDelay() {
                return delay;
            }
    
            public boolean isTarget(final int hours, final int minutes, final int day) {
                if (!reverse) {
                    return compareTime(fromHours, fromMinutes, hours, minutes) >= 0 && compareTime(hours, minutes, toHours, toMinutes) >= 0
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.8K bytes
    - Viewed (0)
Back to top