Click or drag to resize

TimeSeriesDataSpec Constructor

Constructs a TimeSeriesDataSpec object with the specified TimeSeriesCalculation and DatedBreakdown.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public TimeSeriesDataSpec(
	TimeSeriesCalculation timeSeriesCalculation,
	DatedBreakdown datedBreakdown
)

Parameters

timeSeriesCalculation  TimeSeriesCalculation
Defines how the time-series data should be calculated (e.g. specifying hourly temperature data, in Celsius). Cannot be null.
datedBreakdown  DatedBreakdown
Defines the period of time that the time-series data should cover (read more about how this works in the remarks for TimeSeriesDataSpec). Cannot be null.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeSeriesCalculation or datedBreakdown is null.
See Also