Click or drag to resize

TimeSeriesInterval Structure

Defines the interval (e.g. hourly) that time-series data should be calculated with.
Inheritance Hierarchy
SystemObject
  SystemValueType
    DegreeDays.Api.DataTimeSeriesInterval

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public struct TimeSeriesInterval : IEquatable<TimeSeriesInterval>

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
Operators
 NameDescription
Public operatorStatic memberEquality(TimeSeriesInterval, TimeSeriesInterval) Determines whether two specified TimeSeriesInterval instances are equal.
Public operatorStatic memberInequality(TimeSeriesInterval, TimeSeriesInterval) Determines whether two specified TimeSeriesInterval instances are not equal.
Top
Fields
 NameDescription
Public fieldStatic memberHourly For regular hourly time-series data i.e. readings on the hour every hour.
Top
Thread Safety
Instances of this struct are immutable and safe for use from multiple threads at once. The only values that can exist are those declared here as static readonly fields.
Version History
VersionDescription
1.2 This was added in version 1.2.
See Also