DHI.Mike1D Class Library
C#
Show/Hide TOC
Catchment
End
Time Property
Return the end time of the catchment simulation. This is set during prepare, and the catchment must make sure not to run beyond this time.
Definition
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
DateTime
EndTime
{
get
;
set
; }
Property Value
DateTime
Implements
ICatchment
EndTime
ICatchmentData
EndTime
See Also
Reference
Catchment Class
DHI.Mike1D.RainfallRunoffModule Namespace
In This Article
Definition
Property Value
Implements
See Also