DatedDataSetBuilderAddValue Method |
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DatedDataSetBuilder AddValue(
DatedDataValue v
)
Public Function AddValue (
v As DatedDataValue
) As DatedDataSetBuilder
Parameters
- v DatedDataValue
- The non-null DatedDataValue to add.
Return Value
DatedDataSetBuilderthis, for method chaining.
Exceptions Remarks
Values must be added in chronological order, and they must be continuous
(each should start the day after the previous finished).
See Also