Click or drag to resize

TimeSeriesInterval Methods

The TimeSeriesInterval type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Returns true if obj is a TimeSeriesInterval that represents the same time-series interval; false otherwise.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TimeSeriesInterval) Returns true if other represents the same time-series interval; false otherwise.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberGetValues Returns an array of the available TimeSeriesInterval values.
Public methodToString Returns a non-null, non-empty string representation of this item in the format required by the request XML (e.g. "Hourly").
(Overrides ValueTypeToString)
Top
See Also