- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getCurrentCal (0.09 sec)
-
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
* * @return the delay in milliseconds, or 0 if no rules apply */ protected long getDelay() { if (ruleList.isEmpty()) { return 0; } final Calendar cal = getCurrentCal(); final int h = cal.get(Calendar.HOUR_OF_DAY); final int m = cal.get(Calendar.MINUTE); final int d = cal.get(Calendar.DAY_OF_WEEK); // SUN(1) - SAT(7) for (final IntervalRule rule : ruleList) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 12:34:02 UTC 2025 - 10K bytes - Viewed (0)