EngineTimeNextTimeStep Method

Returns the size of the next time step. In case of adaptive time stepping this is a guess of the size of the next time step, and may not equal the actual size of the time step.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public TimeSpan NextTimeStep()

Return Value

TimeSpan

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineTime.NextTimeStep"]

See Also