EventRecurrence.java | 58 public int[] bysecond; field in class:EventRecurrence 86 sParsePartMap.put("BYSECOND", new ParseBySecond()); 371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond); 373 appendNumbers(s, ";BYSECOND=", this.byhourCount, this.byhour); 485 arraysEqual(bysecond, bysecondCount, er.bysecond, er.bysecondCount) && 541 * ( ";" "BYSECOND" "=" byseclist ) / 773 /** parses BYSECOND=byseclist */ 776 int[] bysecond = parseNumberList(value, 0, 59, true) local [all...] |