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.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<TimeSeriesDataValue> GetValuesWithin(
Day day
)
Public Function GetValuesWithin (
day As Day
) As ReadOnlyCollection(Of TimeSeriesDataValue)
Parameters
- day Day
- The day of interest.
Return Value
ReadOnlyCollectionTimeSeriesDataValueSee Also