Click or drag to resize

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.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<TimeSeriesDataValue> GetValuesWithin(
	DayRange dayRange
)

Parameters

dayRange  DayRange
The day range of interest.

Return Value

ReadOnlyCollectionTimeSeriesDataValue
See Also