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

/libcore/ojluni/src/main/java/java/time/
H A DMonth.java85 * {@code Month} is an enum representing the 12 months of the year -
94 * <b>Do not use {@code ordinal()} to obtain the numeric representation of {@code Month}.
106 public enum Month implements TemporalAccessor, TemporalAdjuster { enum
171 private static final Month[] ENUMS = Month.values();
175 * Obtains an instance of {@code Month} from an {@code int} value.
177 * {@code Month} is an enum representing the 12 months of the year.
185 public static Month of(int month) {
194 * Obtains an instance of {@code Month} from a temporal object.
198 * which this factory converts to an instance of {@code Month}
[all...]

Completed in 35 milliseconds