Package with type definitions
Name | Description |
---|---|
nDayTypes=3 | Integer with the number of day types |
Day | Enumeration for the day types |
constant Integer nDayTypes = 3 "Integer with the number of day types";
type Day = enumeration( WorkingDay "Working day, such as Monday through Friday", NonWorkingDay "Non-working day, such as week-ends, but not holidays", Holiday "Holiday") "Enumeration for the day types";