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

Method print

base/src/main/java/net/time4j/ZonalDateTime.java:519–523  ·  view source on GitHub ↗
(TemporalFormatter<Moment> printer)

Source from the content-addressed store, hash-verified

517 * @since 3.0
518 */
519 public String print(TemporalFormatter<Moment> printer) {
520
521 return printer.withTimezone(this.getTimezone()).print(this.moment);
522
523 }
524
525 /**
526 * <p>Parses given text to a {@code ZonalDateTime}. </p>

Callers

nothing calls this directly

Calls 3

getTimezoneMethod · 0.95
printMethod · 0.65
withTimezoneMethod · 0.65

Tested by

no test coverage detected