Click or drag to resize

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; }

Property Value

Type: Boolean

Implements

IPeriodicScheduleDays
See Also