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

Method toEpochMilli

Ports/CLDC11/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 5

plusMillisMethod · 0.95
formatPatternMethod · 0.95
millisMethod · 0.45
offsetFromInstantMethod · 0.45
formatPatternMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected