Click or drag to resize

DatedDataSetBuilderAddValue Method

Adds a DatedDataValue object.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DatedDataSetBuilder AddValue(
	DatedDataValue v
)

Parameters

v  DatedDataValue
The non-null DatedDataValue to add.

Return Value

DatedDataSetBuilder
this, for method chaining.
Exceptions
ExceptionCondition
ArgumentNullExceptionv is null.
ArgumentExceptionv doesn't start on the day following the end of the last DatedDataValue added.
Remarks
Values must be added in chronological order, and they must be continuous (each should start the day after the previous finished).
See Also