Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setTimeInMillis (0.05 sec)

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

         *
         * @return the current calendar instance
         */
        protected Calendar getCurrentCal() {
            final Calendar cal = Calendar.getInstance();
            cal.setTimeInMillis(ComponentUtil.getSystemHelper().getCurrentTimeAsLong());
            return cal;
        }
    
        /**
         * Adds a new interval rule to the rule list.
         *
         * @param from the start time in HH:MM format
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Nov 23 12:34:02 UTC 2025
    - 10K bytes
    - Viewed (0)
Back to top