| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Meridiem
Represents the half day relative to noon.
|
class |
Month
Enumeration of months in ISO-8601-calendar.
|
class |
Quarter
Represents a quarter (in most cases of a year).
|
class |
Weekday
Enumeration of weekdays.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoCondition<GregorianDate> |
Weekmodel.weekend()
Defines a chronological condition if a date matches a weekend.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChronoEntity.matches(ChronoCondition<? super T> condition)
Queries if this entity matches given condition.
|
Copyright © 2014–2017. All rights reserved.