Enumeration for the type of days. The possible values are:
type Day = enumeration(WorkingDay "Working day, such as Monday through Friday", NonWorkingDay "Non-working day, such as week-ends, but not holidays", Holiday "Holiday");
Obsolete