AbstractBoundaryItemApplicationEnd 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 public DateTime ApplicationEnd { get; set; }
Public Property ApplicationEnd As DateTime
Get
Set
public:
virtual property DateTime ApplicationEnd {
DateTime get () sealed;
void set (DateTime value) sealed;
}
Property Value
Type:
DateTimeImplements
IAdvancedBoundaryItemApplicationEndRemarks
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