SourceDataExceptionIsDueToSourceDataCoverage Property |
Returns true if the requested data could not be generated
because the source weather station's recorded temperature data did not
cover the requested period in time.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool IsDueToSourceDataCoverage { get; }
Public ReadOnly Property IsDueToSourceDataCoverage As Boolean
Get
Property Value
BooleanRemarks
This will arise if you request data too early (because the weather
station hasn't yet recorded the necessary temperature readings or they
haven't yet filtered into our system), or if the weather station didn't
exist or wasn't recording for the requested period in time.
See Also