Home | History | Annotate | Download | only in format

Lines Matching full:ampm

330      * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
331 * @throws IndexOutOfBoundsException if the ampm is out of bounds.
334 public static String getAMPMString(int ampm) {
336 return r.getString(sAmPm[ampm - Calendar.AM]);