PeriodicSpecialDayUsage Property |
Set how to use this special day.
- -1 : - Do not use this.
- 0-6 : - weekdays, as returned by DateTime: 0=sunday,..., 6=saturday.
Namespace:
DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int Usage { get; set; }
Public Property Usage As Integer
Get
Set
public:
virtual property int Usage {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
IPeriodicSpecialDayUsageSee Also