BoundaryItemRRResultGetNextTransitionTime Method

Default implementation of GetNextTransitionTime(DateTime) returning the incoming datetime as the next transition time

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 override DateTime GetNextTransitionTime(
	DateTime date
)

Parameters

date  DateTime

Return Value

DateTime
Time of the next value different from that of the current date

Implements

IBoundaryItemGetNextTransitionTime(DateTime)

Remarks

For unknown types of boundary items the default is to return the incoming date as the next transition time, indicating it is unknown if/when the next transition actually takes place. A boundaryitem can also return MaxValue, indicating that the item never changes value.

Many types of items will return the incoming date as the result.

See Also