| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| Modifier and Type | Method and Description |
|---|---|
static <U extends IsoUnit> |
Duration.Formatter.ofPattern(Class<U> type,
String pattern)
Constructs a new instance of duration formatter.
|
static Duration.Formatter<IsoUnit> |
Duration.Formatter.ofPattern(String pattern)
Equivalent to
ofPattern(IsoUnit.class, pattern). |
Copyright © 2014. All rights reserved.