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

Method minusMillis

vm/JavaAPI/src/java/time/Instant.java:63–65  ·  view source on GitHub ↗
(long millisToSubtract)

Source from the content-addressed store, hash-verified

61 }
62
63 public Instant minusMillis(long millisToSubtract) {
64 return plusMillis(-millisToSubtract);
65 }
66
67 public int compareTo(Instant other) {
68 if (epochSecond != other.epochSecond) {

Callers 1

invoke3Method · 0.45

Calls 1

plusMillisMethod · 0.95

Tested by

no test coverage detected