MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / toEpochMilli

Method toEpochMilli

vm/JavaAPI/src/java/time/Instant.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public long toEpochMilli() {
48 return epochSecond * 1000L + nano / 1000000L;
49 }
50
51 public Instant plusSeconds(long secondsToAdd) {
52 return ofEpochSecond(epochSecond + secondsToAdd, nano);

Callers 9

plusMillisMethod · 0.95
formatPatternMethod · 0.95
invoke3Method · 0.45
runTestMethod · 0.45
toDateMethod · 0.45
toDateMethod · 0.45
millisMethod · 0.45
offsetFromInstantMethod · 0.45
formatPatternMethod · 0.45

Calls

no outgoing calls

Tested by 3

runTestMethod · 0.36
toDateMethod · 0.36
toDateMethod · 0.36