BoundaryExtensionsGetAccumulatedValue(IBoundarySource, DateTime, DateTime, TimeSpan) Method

Method for IBoundarySource to support items implementing GetAccumulatedValue(DateTime, DateTime, TimeSpan)

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double GetAccumulatedValue(
	this IBoundarySource source,
	DateTime start,
	DateTime end,
	out TimeSpan accumulationTime
)

Parameters

source  IBoundarySource

[Missing <param name="source"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.GetAccumulatedValue(DHI.Mike1D.BoundaryModule.IBoundarySource,System.DateTime,System.DateTime,System.TimeSpan@)"]

start  DateTime

[Missing <param name="start"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.GetAccumulatedValue(DHI.Mike1D.BoundaryModule.IBoundarySource,System.DateTime,System.DateTime,System.TimeSpan@)"]

end  DateTime

[Missing <param name="end"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.GetAccumulatedValue(DHI.Mike1D.BoundaryModule.IBoundarySource,System.DateTime,System.DateTime,System.TimeSpan@)"]

accumulationTime  TimeSpan

[Missing <param name="accumulationTime"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.GetAccumulatedValue(DHI.Mike1D.BoundaryModule.IBoundarySource,System.DateTime,System.DateTime,System.TimeSpan@)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.GetAccumulatedValue(DHI.Mike1D.BoundaryModule.IBoundarySource,System.DateTime,System.DateTime,System.TimeSpan@)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBoundarySource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also