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.

Definition

Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
bool[] DaysOfWeek { get; set; }

Property Value

Boolean

See Also