| Package | Description |
|---|---|
| org.threeten.extra |
| Modifier and Type | Method and Description |
|---|---|
static DayOfMonth |
DayOfMonth.from(TemporalAccessor temporal)
Obtains an instance of
DayOfMonth from a date-time object. |
static DayOfMonth |
DayOfMonth.now()
Obtains the current day-of-month from the system clock in the default time-zone.
|
static DayOfMonth |
DayOfMonth.now(Clock clock)
Obtains the current day-of-month from the specified clock.
|
static DayOfMonth |
DayOfMonth.now(ZoneId zone)
Obtains the current day-of-month from the system clock in the specified time-zone.
|
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–2016 ThreeTen.org. All rights reserved.