| Class | Description |
|---|---|
| DayOfMonth |
A day-of-month in the ISO-8601 calendar system.
|
| DayOfYear |
A day-of-year in the ISO-8601 calendar system.
|
| Days |
A day-based amount of time, such as '12 days'.
|
| Hours |
A hour-based amount of time, such as '4 hours'.
|
| Interval |
An immutable interval of time between two instants.
|
| LocalDateRange |
A range of local dates.
|
| Minutes |
A minute-based amount of time, such as '8 minutes'.
|
| Months |
A month-based amount of time, such as '12 months'.
|
| MutableClock |
A clock that does not advance on its own and that must be updated manually.
|
| PackedFields |
Temporal fields based on a packed representation.
|
| PeriodDuration |
An amount of time in the ISO-8601 calendar system that combines a period and a duration.
|
| Seconds |
A second-based amount of time, such as '8 seconds'.
|
| Temporals |
Additional utilities for working with temporal classes.
|
| Weeks |
A week-based amount of time, such as '12 weeks'.
|
| YearQuarter |
A year-quarter in the ISO-8601 calendar system, such as
2007-Q2. |
| Years |
A year-based amount of time, such as '12 years'.
|
| YearWeek |
A year-week in the ISO week date system such as
2015-W13 |
| Enum | Description |
|---|---|
| AmPm |
A half-day before or after midday, with the values 'AM' and 'PM'.
|
| Quarter |
A quarter-of-year, such as 'Q2'.
|
Copyright © 2010–2018 ThreeTen.org. All rights reserved.