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

/libcore/ojluni/src/main/java/java/time/
H A DMonthDay.java93 * {@code MonthDay} is an immutable date-time object that represents the combination
98 * For example, the value "December 3rd" can be stored in a {@code MonthDay}.
100 * Since a {@code MonthDay} does not possess a year, the leap day of
106 * Related to this, {@code MonthDay} only provides access to query and set the fields
121 public final class MonthDay class in inherits:TemporalAccessor,TemporalAdjuster,Comparable,Serializable
122 implements TemporalAccessor, TemporalAdjuster, Comparable<MonthDay>, Serializable {
159 public static MonthDay now() {
175 public static MonthDay now(ZoneId zone) {
189 public static MonthDay now(Clock clock) {
191 return MonthDay
313 private MonthDay(int month, int dayOfMonth) { method in class:MonthDay
[all...]

Completed in 99 milliseconds