PeriodicScheduleDaysOfWeek 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)
Syntaxpublic bool[] DaysOfWeek { get; set; }Public Property DaysOfWeek As Boolean()
	Get
	Set
public:
virtual property array<bool>^ DaysOfWeek {
	array<bool>^ get () sealed;
	void set (array<bool>^ value) sealed;
}Property Value
Type: 
BooleanImplements
IPeriodicScheduleDaysOfWeek
See Also