Searched defs:toEpochMilli (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
H A DInstant.java1144 case MILLIS: return Math.subtractExact(end.toEpochMilli(), toEpochMilli());
1225 public long toEpochMilli() { method in class:Instant

Completed in 507 milliseconds