Bias property

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

Implementation

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

Implementation

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