Home | History | Annotate | Download | only in time

Lines Matching defs:withSecond

1450      * {@linkplain LocalDateTime#withSecond(int) changing the time} of the local date-time.
1464 public ZonedDateTime withSecond(int second) {
1465 return resolveLocal(dateTime.withSecond(second));