Home | History | Annotate | Download | only in util

Lines Matching refs:MAY

6  *  (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
78 * {@code Calendar} is constructed. They may also be specified explicitly
89 * it. Note that the normalized numbering returned by {@code get()} may
90 * be different. For example, a specific {@code Calendar} subclass may
96 * circumstances may arise: there may be insufficient information to compute the
98 * there may be inconsistent information (such as "Tuesday, July 15, 1996" --
103 * information to specify the missing fields. This may vary by calendar; for the
170 * other fields may also change, depending on the field, the field value, and
254 * sets the calendar to Sunday May 30, 1999. This is because the roll rule
283 * may give invalid results.
295 * is effectively "are the values in fields[] up-to-date?" --- {@code fields[]} may contain
296 * non-zero values and {@code isSet[]} may contain {@code true} values even when
374 public static final int MAY = 4;
486 * @see #MAY
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}.