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

Method millis

Ports/CLDC11/src/java/time/Clock.java:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 public abstract Instant instant();
7
8 public long millis() {
9 return instant().toEpochMilli();
10 }
11
12 public static Clock systemUTC() {
13 return new SystemClock(ZoneOffset.UTC);

Callers

nothing calls this directly

Calls 2

instantMethod · 0.95
toEpochMilliMethod · 0.45

Tested by

no test coverage detected