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

Method toTemporalAccessor

base/src/main/java/net/time4j/Weekday.java:502–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 * @since 4.28
501 */
502 @Override
503 public DayOfWeek toTemporalAccessor() {
504
505 return DayOfWeek.of(this.getValue());
506
507 }
508
509 /**
510 * <p>Conversion from the {@code java.time}-equivalent. </p>

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.95
ofMethod · 0.65

Tested by

no test coverage detected