Click or drag to resize

TimeSeriesDataValue Methods

The TimeSeriesDataValue type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate Returns a non-null TimeSeriesDataValue object with the specified value, percentage estimated, and date-time.
Public methodEquals Returns true if obj is a TimeSeriesDataValue object with an equal Value, PercentageEstimated, and DateTimeOffset; false otherwise.
(Overrides DataValueEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides DataValueGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides DataValueToString)
Top
See Also