Click or drag to resize

IEngineTimeStepNextTimeStep Method

Return the new time step, based on the current time.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
TimeSpan NextTimeStep(
	DateTime currentTime
)

Parameters

currentTime
Type: SystemDateTime
Current time

Return Value

Type: TimeSpan
New time step
See Also