Click or drag to resize

TimeSeriesDataSetGetValuesWithin(Day) Method

Returns a non-null, possibly-empty, chronologically-ordered list of the TimeSeriesDataValue objects from this TimeSeriesDataSet that fall within the specified Day.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<TimeSeriesDataValue> GetValuesWithin(
	Day day
)

Parameters

day  Day
The day of interest.

Return Value

ReadOnlyCollectionTimeSeriesDataValue
See Also