RegressionSampleSpan Property | 
            Returns a 
DayRange representing the full period
            covered by the sample (including any gaps) that was used for this
            
Regression.
            
 Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntaxpublic DayRange SampleSpan { get; }Public ReadOnly Property SampleSpan As DayRange
	Get
Property Value
DayRange
Remarks
            This could be shorter than the full range of the
            
InputData sent in your request, if the location could
            not provide enough weather data to cover it all.
            
See Also