BoundaryItemPeriodicGetAccumulatedValue Method |
Get boundary value accumulated over the specified period.
It is the callers responsibility to check if the item is applicable at the given datetime before calling GetAccumulatedValue.
If the item is only applicable over a part of the interval, it must return the accumulated value for that part of the interval.
Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
public override double GetAccumulatedValue( DateTime start, DateTime end )