| 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.
|
| net.time4j.format |
Format support of Time4J.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.startOptionalSection(ChronoCondition<ChronoDisplay> printCondition)
Starts a new optional section where errors in parsing will
not cause an exception but just be ignored.
|
Copyright © 2014. All rights reserved.