| Package | Description |
|---|---|
| org.threeten.extra |
| Modifier and Type | Method and Description |
|---|---|
static DayOfYear |
DayOfYear.from(java.time.temporal.TemporalAccessor temporal)
Obtains an instance of
DayOfYear from a date-time object. |
static DayOfYear |
DayOfYear.now()
Obtains the current day-of-year from the system clock in the default time-zone.
|
static DayOfYear |
DayOfYear.now(java.time.Clock clock)
Obtains the current day-of-year from the specified clock.
|
static DayOfYear |
DayOfYear.now(java.time.ZoneId zone)
Obtains the current day-of-year from the system clock in the specified time-zone.
|
static DayOfYear |
DayOfYear.of(int dayOfYear)
Obtains an instance of
DayOfYear. |
| Modifier and Type | Method and Description |
|---|---|
int |
DayOfYear.compareTo(DayOfYear other)
Compares this day-of-year to another.
|
Copyright © 2010–2014 ThreeTen.org. All rights reserved.