Click or drag to resize

CatchmentCombinedTimeOfNextUpdate Method

Note: This API is now obsolete.

Return the time of next update. Used for PostTimeStepEvent event in Catchments. If a catchment uses variable timesteps, then this function must be overridden!!

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute]
public override DateTime TimeOfNextUpdate()

Return Value

Type: DateTime

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentCombined.TimeOfNextUpdate"]

Implements

ICatchmentTimeOfNextUpdate
See Also