Searched defs:PM (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DEnumSetTest.java104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU, enum constant in enum:EnumSetTest.Element
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java492 * E.g., at 10:04:15.250 PM the <code>AM_PM</code> is <code>PM</code>.
495 * @see #PM
504 * E.g., at 10:04:15.250 PM the <code>HOUR</code> is 10.
514 * E.g., at 10:04:15.250 PM the <code>HOUR_OF_DAY</code> is 22.
523 * E.g., at 10:04:15.250 PM the <code>MINUTE</code> is 4.
530 * E.g., at 10:04:15.250 PM the <code>SECOND</code> is 15.
537 * E.g., at 10:04:15.250 PM the <code>MILLISECOND</code> is 250.
700 public final static int PM = 1; field in class:Calendar

Completed in 75 milliseconds