TimeSeriesIntervalGetValues Method |
Returns an array of the available TimeSeriesInterval values.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static TimeSeriesInterval[] GetValues()
Public Shared Function GetValues As TimeSeriesInterval()
Return Value
TimeSeriesIntervalAn 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