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