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

/libcore/ojluni/src/main/java/java/time/
H A DDuration.java272 public static Duration ofNanos(long nanos) { method in class:Duration
467 return ofNanos(startInclusive.until(endExclusive, NANOS));

Completed in 101 milliseconds