IAdvancedBoundaryItemApplicationEnd Property |
End datetime of the application of the item
If user specified values are set, remember also to set the UseApplicationInterval
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax DateTime ApplicationEnd { get; set; }
Property ApplicationEnd As DateTime
Get
Set
property DateTime ApplicationEnd {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeRemarks
If
UseApplicationInterval is false, this is set automatically during prepare phase to either
- Globally: Simulation end time
- Locally: Item source end time (typically timeseries file end)
See Also