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

Method minusMillis

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

nothing calls this directly

Calls 1

plusMillisMethod · 0.95

Tested by

no test coverage detected