| Package | Description |
|---|---|
| org.threeten.extra |
| Modifier and Type | Method and Description |
|---|---|
static DayOfMonth |
DayOfMonth.from(java.time.temporal.TemporalAccessor temporal)
Obtains an instance of
DayOfMonth from a date-time object. |
static DayOfMonth |
DayOfMonth.of(int dayOfMonth)
Obtains an instance of
DayOfMonth. |
| Modifier and Type | Method and Description |
|---|---|
int |
DayOfMonth.compareTo(DayOfMonth other)
Compares this day-of-month to another.
|
Copyright © 2010–2014 ThreeTen.org. All rights reserved.