at method

Combines this OffsetDate with the given LocalTime into an OffsetDateTime.

  • time: The time to combine with this date.

Returns: The OffsetDateTime representation of the given time on this date.

Implementation

OffsetDateTime at(LocalTime time) => OffsetDateTime(calendarDate.at(time), offset);