AverageDataSetFullRange Property |
Gets the
DayRange indicating the period of
data from which this
AverageDataSet's figures were
calculated.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override DayRange FullRange { get; }
Public Overrides ReadOnly Property FullRange As DayRange
Get
Property Value
DayRangeRemarks
The returned DayRange will range from the first of January on
the FirstYear to the 31st of December on the
LastYear.
See Also