BoundaryExtensionsGetAccumulatedValueNoItemOverlap Method

Overload List

GetAccumulatedValueNoItemOverlap(IListIBoundaryItem, DateTime, DateTime)

Get boundary value accumulated over the specified period, looping over all the items and taking their application interval into account, only allowing for one value at a time, i.e. not summing up if two items are applicable at the same time.

If no item is applicable, a zero value is assumed.

GetAccumulatedValueNoItemOverlap(IListIBoundaryItem, DateTime, DateTime, TimeSpan)

Get boundary value accumulated over the specified period, looping over all the items and taking their application interval into account, only allowing for one value at a time, i.e. not summing up if two items are applicable at the same time.

Accumulation time is computed, indicating periods where values are undefined.

If no item is applicable, a zero value is assumed.

See Also