OffsetDateTime.toLocalDateTime

Gets the {@code LocalDateTime} part of this date-time. !(p) This returns a {@code LocalDateTime} with the same year, month, day and time as this date-time.

@return the local date-time part of this date-time, not null

class OffsetDateTime
toLocalDateTime
()

Meta