Click or drag to resize

TemperatureTimeSeriesCalculation Constructor

Constructs a TimeSeriesCalculation object with the specified interval and temperature unit.

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public TemperatureTimeSeriesCalculation(
	TimeSeriesInterval interval,
	TemperatureUnit temperatureUnit
)

Parameters

interval  TimeSeriesInterval
Specifies the interval (e.g. hourly) that the time-series data should be calculated with.
temperatureUnit  TemperatureUnit
Specifies whether the data should be calculated in Celsius or Fahrenheit.
See Also