EngineTimeSteppingDecoupledFileNextTimeStep 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 public TimeSpan NextTimeStep(
DateTime currentTime
)
Public Function NextTimeStep (
currentTime As DateTime
) As TimeSpan
public:
virtual TimeSpan NextTimeStep(
DateTime currentTime
) sealed
Parameters
- currentTime
- Type: SystemDateTime
Current time
Return Value
Type:
TimeSpanNew time step
Implements
IEngineTimeStepNextTimeStep(DateTime)See Also