CatchmentMinTime Property |
Note: This API is now obsolete.
Minimum time the catchment should be able to provide values. The catchment will cache
or recalculate values from MinTime to EndTime. MinTime must be updated ("dragged behind"
time of calculation) from the caller to allow the catchment to discard cached values.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Not implemented")]
public DateTime MinTime { get; set; }
<ObsoleteAttribute("Not implemented")>
Public Property MinTime As DateTime
Get
Set
public:
[ObsoleteAttribute(L"Not implemented")]
virtual property DateTime MinTime {
DateTime get () sealed;
void set (DateTime value) sealed;
}
Property Value
Type:
DateTimeImplements
ICatchmentMinTimeSee Also