Click or drag to resize

IOneDayProfileGetAccumulatedValue Method

Get the accumulated value of the one-day-profile in the given interval. Only the time of day part of the date is used. If start is exactly on midnight, is it assumed to be 0 hours. If end is exactly on midnigt is is assumed to be 24 hours.

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
double GetAccumulatedValue(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
end
Type: SystemDateTime

Return Value

Type: Double
See Also