Bias property

TimeSpan? get Bias
Gets or sets the bias to UTC associated with this period.

Implementation

TimeSpan? get Bias => this.bias;
set Bias (TimeSpan? value)

Implementation

set Bias(TimeSpan? value) => this.bias = value;