Click or drag to resize

BoundaryItemTimeSeriesBaseGetNextTransitionTime Method

Returns the next time when there is a different value (or transition value) in the TsItem after the given time.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public override DateTime GetNextTransitionTime(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Date of the

Return Value

Type: DateTime
The next transition time

Implements

IBoundaryItemGetNextTransitionTime(DateTime)
See Also