Time |
The TimeSeriesInterval type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Returns true if obj is a
TimeSeriesInterval that represents the same time-series
interval; false otherwise.
(Overrides ValueTypeEquals(Object)) | |
Equals(TimeSeriesInterval) | Returns true if other represents the same time-series interval; false otherwise. | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
GetValues | Returns an array of the available TimeSeriesInterval values. | |
ToString |
Returns a non-null, non-empty string representation of this item in the
format required by the request XML (e.g. "Hourly").
(Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
Equality(TimeSeriesInterval, TimeSeriesInterval) | Determines whether two specified TimeSeriesInterval instances are equal. | |
Inequality(TimeSeriesInterval, TimeSeriesInterval) | Determines whether two specified TimeSeriesInterval instances are not equal. |
Version | Description |
---|---|
1.2 | This was added in version 1.2. |