Returns the
DatedDataSet that was generated
to fulfil the specified
DatedDataSpec 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 public DatedDataSet GetDated(
DatedDataSpec dataSpec
)
Public Function GetDated (
dataSpec As DatedDataSpec
) As DatedDataSet
Parameters
- dataSpec DatedDataSpec
- A DatedDataSet from the request.
Return Value
DatedDataSetThe non-null
DatedDataSet that was generated to fulfil
dataSpec.
Exceptions Remarks
This is a convenience alternative to calling GetBase(DataSpec) with a
DatedDataSpec and then casting the result.
See Also