PeriodicScheduleDays Property |
Array of length 31 indicating which days of the month that
is part of this schedule. First element (index zero) is
the first of the month. If month has less than 31 days, the
last elements are just ignored. Set to null to disable use of days,
i.e., all days are part of this schedule.
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 bool[] Days { get; set; }
Public Property Days As Boolean()
Get
Set
public:
virtual property array<bool>^ Days {
array<bool>^ get () sealed;
void set (array<bool>^ value) sealed;
}
Property Value
Type:
BooleanImplements
IPeriodicScheduleDaysSee Also