IPeriodicScheduleDays 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)
Syntaxbool[] Days { get; set; }Property Days As Boolean()
	Get
	Set
property array<bool>^ Days {
	array<bool>^ get ();
	void set (array<bool>^ value);
}Property Value
Type: 
Boolean
See Also