IPeriodicScheduleMonths 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.
Namespace:
DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool[] Months { get; set; }
Property Months As Boolean()
Get
Set
property array<bool>^ Months {
array<bool>^ get ();
void set (array<bool>^ value);
}
Property Value
Type:
BooleanSee Also