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.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public TimeSpan NextTimeStep()
Public Function NextTimeStep As TimeSpan
public:
TimeSpan NextTimeStep()
Return Value
Type:
TimeSpan[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineTime.NextTimeStep"]
See Also