Searched refs:newNano (Results 1 – 1 of 1) sorted by relevance
1149 int newNano = (int) (newNofd % NANOS_PER_SECOND); in plusNanos() local1150 return create(newHour, newMinute, newSecond, newNano); in plusNanos()