Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fixed
Method · 0.95
getStartAsInstant
Method · 0.95
getEndAsInstant
Method · 0.95
Calls
1
from
Method · 0.65
Tested by
1
fixed
Method · 0.76