Uses of Interface
net.time4j.NavigableElement
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of NavigableElement in net.time4j
Modifier and TypeFieldDescriptionstatic NavigableElement<Weekday>
PlainDate.DAY_OF_WEEK
Element with the day of week in the value rangeMONDAY-SUNDAY
.static NavigableElement<Month>
PlainDate.MONTH_OF_YEAR
Element with the calendar month as enum in the value rangeJANUARY-DECEMBER
).static NavigableElement<Quarter>
PlainDate.QUARTER_OF_YEAR
Element with the quarter of year in the value rangeQ1-Q4
.Modifier and TypeMethodDescriptionWeekmodel.localDayOfWeek()
Defines an element for the weekday with a localized day number in the value range1-7
.