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

Method printYesterday

base/src/main/java/net/time4j/PrettyTime.java:728–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

726 * @since 3.43/4.38
727 */
728 public String printYesterday() {
729 return UnitPatterns.of(this.getLocale()).getYesterdayWord();
730 }
731
732 /**
733 * <p>Determines the localized word for &quot;today&quot;. </p>

Callers

nothing calls this directly

Calls 3

ofMethod · 0.95
getLocaleMethod · 0.95
getYesterdayWordMethod · 0.65

Tested by

no test coverage detected