| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| Modifier and Type | Field and Description |
|---|---|
static NavigableElement<Weekday> |
PlainDate.DAY_OF_WEEK
Element with the day of week in the value range
MONDAY-SUNDAY. |
static NavigableElement<Month> |
PlainDate.MONTH_OF_YEAR
Element with the calendar month as enum in the value range
JANUARY-DECEMBER). |
static NavigableElement<Quarter> |
PlainDate.QUARTER_OF_YEAR
Element with the quarter of year in the value range
Q1-Q4. |
| Modifier and Type | Method and Description |
|---|---|
NavigableElement<Weekday> |
Weekmodel.localDayOfWeek()
Defines an element for the weekday with a localized day number in
the value range
1-7. |
Copyright © 2014–2015. All rights reserved.