| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
PrettyTime |
PrettyTime.withZeroDigit(NumberSystem numberSystem)
Defines the localized zero digit based on given decimal number system.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<NumberSystem> |
Attributes.NUMBER_SYSTEM
Determines the number system.
|
| Modifier and Type | Method and Description |
|---|---|
default NumberSystem |
NumberSymbolProvider.getDefaultNumberSystem(Locale locale)
Obtains the standard number system for given locale.
|
static NumberSystem |
NumberSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberSystem[] |
NumberSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017. All rights reserved.