CatchmentsMinTime Property  | 
 
             Minimum time specifies how far back in time the catchment caches values. Set to 
MinValue to not cache values.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic DateTime MinTime { get; set; }Public Property MinTime As DateTime
	Get
	Set
public:
property DateTime MinTime {
	DateTime get ();
	void set (DateTime value);
}Property Value
Type: 
DateTime
See Also