OffsetTime constructor

const OffsetTime(
  1. LocalTime clockTime,
  2. Offset offset
)

Constructs an instance of the specified time and offset.

  • time: The time part of the value.
  • offset: The offset part of the value.

Implementation

const OffsetTime(this.clockTime, this.offset);