Home | History | Annotate | Download | only in time

Lines Matching defs:getNano

173             cmp = datetime1.toLocalTime().getNano() - datetime2.toLocalTime().getNano();
322 LocalDateTime ldt = LocalDateTime.ofEpochSecond(instant.getEpochSecond(), instant.getNano(), offset);
852 public int getNano() {
853 return dateTime.getNano();
965 case INSTANT_SECONDS: return ofInstant(Instant.ofEpochSecond(newValue, getNano()), offset);
1819 (thisEpochSec == otherEpochSec && toLocalTime().getNano() > other.toLocalTime().getNano());
1836 (thisEpochSec == otherEpochSec && toLocalTime().getNano() < other.toLocalTime().getNano());
1851 toLocalTime().getNano() == other.toLocalTime().getNano();