IPeriodicScheduleDaysOfWeek Property |
Array of length 7 indicating which days of the week that
is part of this schedule. First element (index zero) is
sunday, last is saturday. Set to null to disable use of DaysOfWeek,
i.e., all days of the week 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 bool[] DaysOfWeek { get; set; }
Property DaysOfWeek As Boolean()
Get
Set
property array<bool>^ DaysOfWeek {
array<bool>^ get ();
void set (array<bool>^ value);
}
Property Value
Type:
BooleanSee Also