| IBoundarySourceGetNextTransitionTime Method  | 
 
            Gets the next time for which there is a different value in the boundary source.
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
SyntaxDateTime GetNextTransitionTime(
	DateTime date
)
Function GetNextTransitionTime ( 
	date As DateTime
) As DateTime
DateTime GetNextTransitionTime(
	DateTime date
)
Parameters
- date
- Type: SystemDateTime
 Date to start searching for a new value from
Return Value
Type: 
DateTimeTime of the next new value
 Remarks
Remarks
            The default implementation is to query all the boundary items of the boundary source. 
            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 boundary item can also
            return 
MaxValue, indicating that the item never
            changes value.
            
 See Also
See Also