AbstractBoundaryItemApplicationBegin Property |
Start datetime of the application of the item.
If user specified values are set, remember also to set the UseApplicationInterval
Remarks
If
UseApplicationInterval is false, this is set automatically during prepare phase to either
- Globally: Simulation start time
- Locally: Item source start time (typically timeseries file start)
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 ApplicationBegin { get; set; }
Public Property ApplicationBegin As DateTime
Get
Set
public:
virtual property DateTime ApplicationBegin {
DateTime get () sealed;
void set (DateTime value) sealed;
}
Property Value
Type:
DateTimeImplements
IAdvancedBoundaryItemApplicationBeginSee Also