Home | History | Annotate | Download | only in chrono

Lines Matching defs:from

47  *    may be used to endorse or promote products derived from this software
127 * This comparator differs from the comparison in {@link #compareTo} in that it
144 * Obtains an instance of {@code ChronoLocalDateTime} from a temporal object.
151 * from the temporal object. The behavior is equivalent to using
157 * allowing it to be used as a query via method reference, {@code ChronoLocalDateTime::from}.
164 static ChronoLocalDateTime<?> from(TemporalAccessor temporal) {
171 throw new DateTimeException("Unable to obtain ChronoLocalDateTime from TemporalAccessor: " + temporal.getClass());
234 * This checks if the specified unit can be added to or subtracted from this date-time.
406 * This returns a {@code ChronoZonedDateTime} formed from this date-time at the
412 * This is achieved by finding a valid offset from UTC/Greenwich for the local
428 * @return the zoned date-time formed from this date-time, not null
439 * This default implementation calculates from the epoch-day of the date and the
450 * Converts this date-time to the number of seconds from the epoch
454 * epoch-second value, which is the number of elapsed seconds from 1970-01-01T00:00:00Z.
457 * This default implementation calculates from the epoch-day of the date and the
461 * @return the number of seconds from the epoch of 1970-01-01T00:00:00Z
513 * This method differs from the comparison in {@link #compareTo} in that it
534 * This method differs from the comparison in {@link #compareTo} in that it
555 * This method differs from the comparison in {@link #compareTo} in that it