PeriodicSpecialDay Constructor |
Create new special day on the specified DateTime.Date.
indicating whether the date is specific or yearly recurring.
Namespace:
DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PeriodicSpecialDay(
DateTime date,
bool yearly
)
Parameters
- date
- Type: SystemDateTime
The date of the special day, only date part of the DateTime is used. - yearly
- Type: SystemBoolean
true if yearly recurring, false otherwise.
See Also