Click or drag to resize

AverageDataSetFullRange Property

Gets the DayRange indicating the period of data from which this AverageDataSet's figures were calculated.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public override DayRange FullRange { get; }

Property Value

DayRange
Remarks

The returned DayRange will range from the first of January on the FirstYear to the 31st of December on the LastYear.

See Also