toOffsetTime method

OffsetTime toOffsetTime()

Constructs a new OffsetTime from the time and offset of this value, but omitting the date.

Returns: A value representing the time and offset aspects of this value.

Implementation

OffsetTime toOffsetTime() => OffsetTime(clockTime, offset);