| 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.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.