Click or drag to resize

TimeSeriesDataSet Methods

The TimeSeriesDataSet type exposes the following members.

Methods
 NameDescription
Public methodEquals Returns true if obj is a TimeSeriesDataSet containing equal values and with an equal PercentageEstimated.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodGetValuesWithin(Day) Returns a non-null, possibly-empty, chronologically-ordered list of the TimeSeriesDataValue objects from this TimeSeriesDataSet that fall within the specified Day.
Public methodGetValuesWithin(DayRange) Returns a non-null, possibly-empty, chronologically-ordered list of the TimeSeriesDataValue objects from this TimeSeriesDataSet that fall within the specified DayRange.
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also