Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ toEpochMilli
Method
toEpochMilli
vm/JavaAPI/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
9
plusMillis
Method · 0.95
formatPattern
Method · 0.95
invoke3
Method · 0.45
runTest
Method · 0.45
toDate
Method · 0.45
toDate
Method · 0.45
millis
Method · 0.45
offsetFromInstant
Method · 0.45
formatPattern
Method · 0.45
Calls
no outgoing calls
Tested by
3
runTest
Method · 0.36
toDate
Method · 0.36
toDate
Method · 0.36