Dated |
The DatedDataSet type exposes the following members.
Name | Description | |
---|---|---|
FullRange |
Gets the DayRange indicating the period of
time that is covered by this DatedDataSet's
Values.
(Overrides DataSetBaseFullRange) | |
PercentageEstimated |
Gets the number between 0 and 100 (both inclusive) indicating the
overall extent to which this data set is based on estimated
data.
(Overrides DataSetBasePercentageEstimated) | |
Values | Gets the non-null, non-empty, chronologically-ordered list of DatedDataValue objects that make up this DatedDataSet. |
Name | Description | |
---|---|---|
Equals |
Returns true if obj is a
DatedDataSet containing equal values covering equal dates,
and with an equal PercentageEstimated.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
See DatedDataSpec for example code showing how to fetch a DatedDataSet of degree days from the API.