MCPcopy Create free account
hub / github.com/MenoData/Time4J / format

Method format

base/src/main/java/net/time4j/Duration.java:4836–4840  ·  view source on GitHub ↗
(TemporalAmount threeten)

Source from the content-addressed store, hash-verified

4834 * @since 4.0
4835 */
4836 public String format(TemporalAmount threeten) {
4837
4838 return this.format(Duration.from(threeten));
4839
4840 }
4841
4842 /**
4843 * <p>Creates a textual output of given temporal amount and writes to

Callers

nothing calls this directly

Calls 1

fromMethod · 0.95

Tested by

no test coverage detected