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

Method now

Ports/CLDC11/src/java/time/Instant.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public static Instant now() {
16 return ofEpochMilli(System.currentTimeMillis());
17 }
18
19 public static Instant ofEpochMilli(long epochMilli) {
20 long secs = DateTimeSupport.floorDiv(epochMilli, 1000L);

Callers 15

instantMethod · 0.95
port.jsFile · 0.45
_timeFunction · 0.45
samplerate.min.jsFile · 0.45
runFunction · 0.45
jquery.min.jsFile · 0.45
SbFunction · 0.45
weFunction · 0.45
video.min.jsFile · 0.45
usFunction · 0.45
DlFunction · 0.45
HlFunction · 0.45

Calls 2

ofEpochMilliMethod · 0.95
currentTimeMillisMethod · 0.95

Tested by

no test coverage detected