Click or drag to resize

TimeSeriesIntervalGetValues Method

Returns an array of the available TimeSeriesInterval values.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static TimeSeriesInterval[] GetValues()

Return Value

TimeSeriesInterval
An array of the available TimeSeriesInterval values.
Remarks

The returned array can be modified freely without affecting the arrays returned by past, concurrent, or future calls to this method.

See Also