Package | Description |
---|---|
org.threeten.extra |
Modifier and Type | Method | Description |
---|---|---|
static DayOfMonth |
DayOfMonth.from(java.time.temporal.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(java.time.Clock clock) |
Obtains the current day-of-month from the specified clock.
|
static DayOfMonth |
DayOfMonth.now(java.time.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 | Description |
---|---|---|
int |
DayOfMonth.compareTo(DayOfMonth other) |
Compares this day-of-month to another.
|
Copyright © 2010–2018 ThreeTen.org. All rights reserved.