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