CatchmentEndTime 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.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public DateTime EndTime { get; set; }
Public Property EndTime As DateTime
Get
Set
public:
virtual property DateTime EndTime {
DateTime get () sealed;
void set (DateTime value) sealed;
}
Property Value
Type:
DateTimeImplements
ICatchmentEndTimeICatchmentDataEndTimeSee Also