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

/libcore/luni/src/main/java/javax/xml/datatype/
H A DDatatypeConstants.java44 public static final int JANUARY = 1; field in class:DatatypeConstants
/libcore/luni/src/main/java/java/util/
H A DCalendar.java58 * has value {@code MONTH} == {@code JANUARY} for all calendars.
67 * {@code JANUARY}, {@code DAY_OF_MONTH} == 32 as February 1. A
105 * of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
350 public static final int JANUARY = 0; field in class:Calendar
479 * {@code JANUARY}; the last depends on the number of months in a
482 * @see #JANUARY
1139 * The month value is 0-based, so it may be clearer to use a constant like {@code JANUARY}.
1150 * The month value is 0-based, so it may be clearer to use a constant like {@code JANUARY}.
1161 * The month value is 0-based, so it may be clearer to use a constant like {@code JANUARY}.
1330 * contain mappings from "Jan" and "January" to {@link #JANUARY}, an
[all...]

Completed in 27 milliseconds