@Override
 public int parsePart(String value, EventRecurrence er) {
   int[] bysecond = parseNumberList(value, 0, 59, true);
   er.bysecond = bysecond;
   er.bysecondCount = bysecond.length;
   return PARSED_BYSECOND;
 }