TimeSeriesDataSetGetValuesWithin(DayRange) Method |
Returns a non-null, possibly-empty, chronologically-ordered list of the
TimeSeriesDataValue objects from this
TimeSeriesDataSet that fall within the specified
DayRange.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<TimeSeriesDataValue> GetValuesWithin(
DayRange dayRange
)
Public Function GetValuesWithin (
dayRange As DayRange
) As ReadOnlyCollection(Of TimeSeriesDataValue)
Parameters
- dayRange DayRange
- The day range of interest.
Return Value
ReadOnlyCollectionTimeSeriesDataValueSee Also