AlwaysScheduleMonths Property

Array of length 12 indicating which months of the year that is part of this schedule. First element (index zero) is January, last is December. Set to null to disable use of months, i.e., all months are part of the 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#
public bool[] Months { get; set; }

Property Value

Boolean

Implements

IPeriodicScheduleMonths

See Also