OffsetDateTime constructor

OffsetDateTime(
  1. LocalDateTime localDateTime,
  2. Offset offset
)

Constructs a new offset date/time with the given local date and time, and the given offset from UTC.

Implementation

OffsetDateTime(this.localDateTime, this.offset)
{
  // ICalendarSystem.validateYearMonthDay_(calendar, _yearMonthDay);
}