Click or drag to resize

AbstractBoundaryItem.ApplicationEnd 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; }

Property Value

Type: DateTime

Implements

IAdvancedBoundaryItem.ApplicationEnd
Remarks
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