DataSetsGetTimeSeries Method |
Returns the
TimeSeriesDataSet that was generated
to fulfil the specified
TimeSeriesDataSpec from the request, or
throws a
SourceDataException if no such data set could be
generated.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax Exceptions Remarks
This is a convenience alternative to calling GetBase(DataSpec) with a
TimeSeriesDataSpec and then casting the result.
Version History Version | Description |
---|
1.2 |
This was added in version 1.2.
|
See Also