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

Method toTemporalAccessor

base/src/main/java/net/time4j/Moment.java:1772–1777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1770 }
1771
1772 @Override
1773 public Instant toTemporalAccessor() {
1774
1775 return TemporalType.INSTANT.from(this);
1776
1777 }
1778
1779 /**
1780 * <p>Provides a static access to the associated time axis respective

Callers 3

fixedMethod · 0.95
getStartAsInstantMethod · 0.95
getEndAsInstantMethod · 0.95

Calls 1

fromMethod · 0.65

Tested by 1

fixedMethod · 0.76