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