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.
public override double GetAccumulatedValue(
DateTime start,
DateTime end
)[Missing <param name="start"/> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.BoundaryItemPeriodic.GetAccumulatedValue(System.DateTime,System.DateTime)"]
[Missing <param name="end"/> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.BoundaryItemPeriodic.GetAccumulatedValue(System.DateTime,System.DateTime)"]