Home | History | Annotate | Download | only in time

Lines Matching defs:getNano

256         LocalTime time = LocalTime.ofNanoOfDay(secsOfDay * NANOS_PER_SECOND + instant.getNano());
639 public int getNano() {
640 return time.getNano();