TimeChange.withOffset constructor

TimeChange.withOffset(
  1. TimeSpan offset
)
Initializes a new instance of the The offset since the beginning of the year when the change occurs.

Implementation

TimeChange.withOffset(TimeSpan offset) : super() {
  this._offset = offset;
}