end property

Instant get end

Gets the last Instant (exclusive) that the Offset applies.

InvalidOperationException: The zone interval extends to the end of time

Implementation

Instant get end {
  Preconditions.checkState(
      _rawEnd.isValid, 'Zone interval extends to the end of time');
  return _rawEnd;
}